mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
testgtk: Add G_GNUC_NORETURN to usage()
This commit is contained in:
parent
b92f4177aa
commit
eebc2f20fa
@ -6154,7 +6154,7 @@ do_bench (char* what, int num)
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
static void G_GNUC_NORETURN
|
||||
usage (void)
|
||||
{
|
||||
fprintf (stderr, "Usage: testgtk [--bench ALL|<bench>[:<count>]]\n");
|
||||
|
Loading…
Reference in New Issue
Block a user