From: Rusty Russell Date: Tue, 14 Sep 2010 11:06:48 +0000 (+0930) Subject: tools: restore -Wmissing-prototypes -Wmissing-declarations X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=4d98de9875710da8b1951cc0b22bcd7f87a9ee45 tools: restore -Wmissing-prototypes -Wmissing-declarations --- diff --git a/tools/tools.h b/tools/tools.h index 9bc7e1fc..0ea4a6cd 100644 --- a/tools/tools.h +++ b/tools/tools.h @@ -8,8 +8,7 @@ #define SPACE_CHARS " \f\n\r\t\v" -/* FIXME: Nested functions break with -Wmissing-prototypes -Wmissing-declarations */ -#define CFLAGS "-g -Wall -Wundef -Wstrict-prototypes -Wold-style-definition -Werror" +#define CFLAGS "-g -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -Werror" #define COVERAGE_CFLAGS "-fprofile-arcs -ftest-coverage"