removed troublesome warning parameter gcc 2.95

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27458 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2008-12-29 22:47:42 +00:00
parent f684926ec8
commit 66b546f33f

View file

@ -46,7 +46,7 @@ GDB := $(shell which gdb)
ADDITIONAL_CPPFLAGS +=
# Additional flags to pass to the Objective-C compiler
ADDITIONAL_OBJCFLAGS += -W -Wno-unused-parameter -DDEVELOPMENT\
ADDITIONAL_OBJCFLAGS += -W -DDEVELOPMENT\
-DPCDefaultBuildTool=@"\"$(GMAKE)\"" \
-DPCDefaultDebugger=@"\"$(GDB)\""