improve setting of warning flags

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29899 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2010-03-11 08:08:08 +00:00
parent ee25a8f059
commit 8632d7f34a
17 changed files with 266 additions and 24 deletions

View file

@ -39,9 +39,7 @@
#
# Additional flags to pass to the preprocessor
ADDITIONAL_CPPFLAGS = $(DEFS) $(CONFIG_SYSTEM_DEFS) \
-Wall \
-Wdeclaration-after-statement
ADDITIONAL_CPPFLAGS = $(DEFS) $(CONFIG_SYSTEM_DEFS) $(WARN_FLAGS)
# Additional flags to pass to the Objective-C compiler
#ADDITIONAL_OBJCFLAGS =