From 21ffe8f1dd1d916fe65103ac404695b726087957 Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Wed, 22 Feb 2012 05:06:58 +0100 Subject: [PATCH] * util/bin2h.c (usage): Add missing attribute noreturn. --- ChangeLog | 4 ++++ util/bin2h.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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)