clang: Fix warnings found through clang.

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
Ben Widawsky
2012-08-30 14:03:54 -07:00
parent ac23daaa51
commit 54ed938d39
6 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -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);