From b6352e5f12ca391faaca2a13048546d744010921 Mon Sep 17 00:00:00 2001 From: Fred Kiefer <fredkiefer@gmx.de> Date: Sat, 6 Sep 2003 12:22:50 +0000 Subject: [PATCH] PCLib/GNUMakefile.preamble removed all -Werror. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@17626 72102866-910b-0410-8b05-ffd578937521 --- PCLib/GNUmakefile.preamble | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PCLib/GNUmakefile.preamble b/PCLib/GNUmakefile.preamble index d97878e..4c300dd 100644 --- a/PCLib/GNUmakefile.preamble +++ b/PCLib/GNUmakefile.preamble @@ -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