mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-16 00:20:58 +00:00
Removed -Werror [this should not be checked into the CVS tree]
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@17412 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c97d9d3d2b
commit
f536e7911b
3 changed files with 10 additions and 6 deletions
|
@ -1,4 +1,8 @@
|
|||
|
||||
2003-08-01 Philippe C.D. Robert <probert@siggraph.org>
|
||||
|
||||
* Removed -Werror: GNUMakefile.preamble, GNUMakefile.bundles
|
||||
|
||||
2003-07-10 Philippe C.D. Robert <probert@siggraph.org>
|
||||
|
||||
* Updated the ANNOUNCE text
|
||||
|
|
|
@ -37,13 +37,13 @@
|
|||
#
|
||||
|
||||
# Additional flags to pass to the preprocessor
|
||||
ADDITIONAL_CPPFLAGS += -Wall -Werror
|
||||
ADDITIONAL_CPPFLAGS += -Wall
|
||||
|
||||
# Additional flags to pass to the Objective-C compiler
|
||||
ADDITIONAL_OBJCFLAGS += -Wall -Werror
|
||||
ADDITIONAL_OBJCFLAGS += -Wall
|
||||
|
||||
# Additional flags to pass to the C compiler
|
||||
ADDITIONAL_CFLAGS += -Wall -Werror
|
||||
ADDITIONAL_CFLAGS += -Wall
|
||||
|
||||
# Additional include directories the compiler should search
|
||||
ADDITIONAL_INCLUDE_DIRS += -I../PCLib -I../..
|
||||
|
|
|
@ -38,13 +38,13 @@
|
|||
#
|
||||
|
||||
# Additional flags to pass to the preprocessor
|
||||
ADDITIONAL_CPPFLAGS += -Wall -Werror
|
||||
ADDITIONAL_CPPFLAGS += -Wall
|
||||
|
||||
# Additional flags to pass to the Objective-C compiler
|
||||
ADDITIONAL_OBJCFLAGS += -Wall -Werror
|
||||
ADDITIONAL_OBJCFLAGS += -Wall
|
||||
|
||||
# Additional flags to pass to the C compiler
|
||||
ADDITIONAL_CFLAGS += -Wall -Werror
|
||||
ADDITIONAL_CFLAGS += -Wall
|
||||
|
||||
# Additional include directories the compiler should search
|
||||
ADDITIONAL_INCLUDE_DIRS += -I./PCLib
|
||||
|
|
Loading…
Reference in a new issue