X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Ftools.h;h=0ea4a6cdcdc6c26b84f436e9f3036cb2a9f3b509;hp=9bc7e1fcfda7e2f1148d0db40f545ecb3d5a362f;hb=9056c31b46452c92c7dd9c276664f514720a84c6;hpb=63bceea014e091a2f2907e49f7c3b33f042106f4 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"