diff options
Diffstat (limited to 'Makefile.flags')
-rw-r--r-- | Makefile.flags | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.flags b/Makefile.flags index 26552222d..61bff4f66 100644 --- a/Makefile.flags +++ b/Makefile.flags | |||
@@ -20,6 +20,7 @@ CPPFLAGS += \ | |||
20 | # flag checks are grouped together to speed the checks up a bit.. | 20 | # flag checks are grouped together to speed the checks up a bit.. |
21 | CFLAGS += $(call cc-option,-Wall -Wshadow -Wwrite-strings,) | 21 | CFLAGS += $(call cc-option,-Wall -Wshadow -Wwrite-strings,) |
22 | CFLAGS += $(call cc-option,-Wundef -Wstrict-prototypes,) | 22 | CFLAGS += $(call cc-option,-Wundef -Wstrict-prototypes,) |
23 | CFLAGS += $(call cc-option,-Wunused -Wunused-parameter,) | ||
23 | # If you want to add "-Wmissing-prototypes -Wmissing-declarations" above | 24 | # If you want to add "-Wmissing-prototypes -Wmissing-declarations" above |
24 | # (or anything else for that matter) make sure that it is still possible | 25 | # (or anything else for that matter) make sure that it is still possible |
25 | # to build bbox without warnings. Current offender: find.c:alloc_action(). | 26 | # to build bbox without warnings. Current offender: find.c:alloc_action(). |