Commit 4d98de98 authored by Rusty Russell's avatar Rusty Russell

tools: restore -Wmissing-prototypes -Wmissing-declarations

parent 233e3055
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment