aboutsummaryrefslogtreecommitdiff
path: root/Makefile.flags
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.flags')
-rw-r--r--Makefile.flags1
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..
21CFLAGS += $(call cc-option,-Wall -Wshadow -Wwrite-strings,) 21CFLAGS += $(call cc-option,-Wall -Wshadow -Wwrite-strings,)
22CFLAGS += $(call cc-option,-Wundef -Wstrict-prototypes,) 22CFLAGS += $(call cc-option,-Wundef -Wstrict-prototypes,)
23CFLAGS += $(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().