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:
Philippe C.D. Robert 2003-08-01 14:23:56 +00:00
parent c97d9d3d2b
commit f536e7911b
3 changed files with 10 additions and 6 deletions

View file

@ -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

View file

@ -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../..

View file

@ -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