declared function usage() as G_GNUC_NORETURN.

2008-12-23  Sven Neumann  <sven@gimp.org>

	* tools/gimptool.c: declared function usage() as 
G_GNUC_NORETURN.


svn path=/trunk/; revision=27824
This commit is contained in:
Sven Neumann 2008-12-23 11:36:09 +00:00 committed by Sven Neumann
parent 07ce4ea704
commit d54686d200
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-12-23 Sven Neumann <sven@gimp.org>
* tools/gimptool.c: declared function usage() as G_GNUC_NORETURN.
2008-12-21 Aurimas Juška <aurisj@svn.gnome.org>
* app/widgets/gimptagentry.c: fixed handling of tags which contain

View File

@ -95,6 +95,10 @@ static struct {
{ "gimpdatadir", GIMPDATADIR }
};
static void usage (int exit_status) G_GNUC_NORETURN;
#ifdef G_OS_WIN32
static gchar *