Added another bunch of compiler warnings and fix code.

This commit is contained in:
Juan RP
2011-01-15 11:59:44 +01:00
parent d9001adbad
commit 6051eb29ab
8 changed files with 33 additions and 13 deletions

View File

@@ -83,7 +83,7 @@ struct defprops {
{ .sect = "node-sub", .prop = "opt-fillcolor", .val = "grey" }
};
static void
static void __attribute__((noreturn))
die(const char *fmt, ...)
{
va_list ap;
@@ -97,7 +97,7 @@ die(const char *fmt, ...)
exit(EXIT_FAILURE);
}
static void
static void __attribute__((noreturn))
usage(void)
{
fprintf(stderr,