From 54ed938d393970584a9b2a8b0783b0c0901255db Mon Sep 17 00:00:00 2001 From: Ben Widawsky Date: Thu, 30 Aug 2012 14:03:54 -0700 Subject: clang: Fix warnings found through clang. Signed-off-by: Ben Widawsky --- tools/intel_bios_dumper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/intel_bios_dumper.c') diff --git a/tools/intel_bios_dumper.c b/tools/intel_bios_dumper.c index 6455689f..85bea97b 100644 --- a/tools/intel_bios_dumper.c +++ b/tools/intel_bios_dumper.c @@ -40,7 +40,7 @@ #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH) /* 0666 */ #endif -static void usage(void) +static void __attribute__((noreturn)) usage(void) { fprintf(stderr, "usage: bios_dumper \n"); exit(1); -- cgit v1.2.3