* util/bin2h.c (usage): Add missing attribute noreturn.
This commit is contained in:
parent
0ccb6b3cf0
commit
21ffe8f1dd
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* grub-core/commands/testload.c (grub_cmd_testload): Fix overflow
|
||||
|
|
|
@ -31,7 +31,7 @@ static struct option options[] =
|
|||
{0, 0, 0, 0 }
|
||||
};
|
||||
|
||||
static void
|
||||
static void __attribute__ ((noreturn))
|
||||
usage (int status)
|
||||
{
|
||||
if (status)
|
||||
|
|
Loading…
Reference in a new issue