diff --git a/ChangeLog b/ChangeLog index cabf12c31..7d17f5ddc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-02-22 Vladimir Serbinenko + + * util/bin2h.c (usage): Add missing attribute noreturn. + 2012-02-22 Vladimir Serbinenko * grub-core/commands/testload.c (grub_cmd_testload): Fix overflow diff --git a/util/bin2h.c b/util/bin2h.c index ee1c7fd32..106c87a53 100644 --- a/util/bin2h.c +++ b/util/bin2h.c @@ -31,7 +31,7 @@ static struct option options[] = {0, 0, 0, 0 } }; -static void +static void __attribute__ ((noreturn)) usage (int status) { if (status)