* util/bin2h.c (usage): Add missing attribute noreturn.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-22 05:06:58 +01:00
parent 0ccb6b3cf0
commit 21ffe8f1dd
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2012-02-22 Vladimir Serbinenko <phcoder@gmail.com>
* util/bin2h.c (usage): Add missing attribute noreturn.
2012-02-22 Vladimir Serbinenko <phcoder@gmail.com> 2012-02-22 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/testload.c (grub_cmd_testload): Fix overflow * grub-core/commands/testload.c (grub_cmd_testload): Fix overflow

View file

@ -31,7 +31,7 @@ static struct option options[] =
{0, 0, 0, 0 } {0, 0, 0, 0 }
}; };
static void static void __attribute__ ((noreturn))
usage (int status) usage (int status)
{ {
if (status) if (status)