]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/bin2h.c (usage): Add missing attribute noreturn.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 22 Feb 2012 04:06:58 +0000 (05:06 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 22 Feb 2012 04:06:58 +0000 (05:06 +0100)
ChangeLog
util/bin2h.c

index cabf12c3198b61a92a6838492ffaebf9afad410b..7d17f5ddcf90769e9d7a807fa02bd71e36a13ce2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index ee1c7fd32ead9480ba80487ea1aa8759ba56ad06..106c87a53072802d6a80e7f4aa4e983da3ad5879 100644 (file)
@@ -31,7 +31,7 @@ static struct option options[] =
     {0, 0, 0, 0 }
   };
 
-static void
+static void __attribute__ ((noreturn))
 usage (int status)
 {
   if (status)