mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-19 00:51:51 +00:00
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:
parent
f684926ec8
commit
66b546f33f
1 changed files with 1 additions and 1 deletions
|
@ -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)\""
|
||||
|
||||
|
|
Loading…
Reference in a new issue