summaryrefslogtreecommitdiff
path: root/tools/intel_bios_dumper.c
diff options
context:
space:
mode:
authorBen Widawsky <ben@bwidawsk.net>2012-08-30 14:03:54 -0700
committerBen Widawsky <ben@bwidawsk.net>2012-08-30 14:19:10 -0700
commit54ed938d393970584a9b2a8b0783b0c0901255db (patch)
tree558706eb1f75f6bb79d02c4703e57f089012fbb2 /tools/intel_bios_dumper.c
parentac23daaa51c88eba3e120afeaff9e491a2d61168 (diff)
clang: Fix warnings found through clang.
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Diffstat (limited to 'tools/intel_bios_dumper.c')
-rw-r--r--tools/intel_bios_dumper.c2
1 files changed, 1 insertions, 1 deletions
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 <filename>\n");
exit(1);