mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
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:
parent
ee25a8f059
commit
8632d7f34a
17 changed files with 266 additions and 24 deletions
|
@ -40,7 +40,7 @@
|
|||
ADDITIONAL_CPPFLAGS +=
|
||||
|
||||
# Additional flags to pass to the Objective-C compiler
|
||||
ADDITIONAL_OBJCFLAGS += -Wall -Wdeclaration-after-statement
|
||||
ADDITIONAL_OBJCFLAGS += $(WARN_FLAGS)
|
||||
|
||||
# Additional flags to pass to the C compiler
|
||||
#ADDITIONAL_CFLAGS +=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue