summaryrefslogtreecommitdiff
path: root/Makefile.netware
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2011-02-18 19:58:09 +0100
committerGuenter Knauf <lists@gknw.net>2011-02-18 19:58:09 +0100
commitffb7697ac8bf447c79475db7a708fb6fc48a42df (patch)
treeb8eef5cd6b9b9a295f5b16dd2f5a15e220e04add /Makefile.netware
parent6e3e66dc5c6de24451df0c67b4450536f0f7e0b7 (diff)
downloadc-ares-ffb7697ac8bf447c79475db7a708fb6fc48a42df.tar.gz
c-ares-ffb7697ac8bf447c79475db7a708fb6fc48a42df.tar.bz2
c-ares-ffb7697ac8bf447c79475db7a708fb6fc48a42df.zip
Removed commented CLFAGS no longer needed.
Diffstat (limited to 'Makefile.netware')
-rw-r--r--Makefile.netware1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.netware b/Makefile.netware
index 552f6b3..b521cb8 100644
--- a/Makefile.netware
+++ b/Makefile.netware
@@ -109,7 +109,6 @@ ifeq ($(findstring gcc,$(CC)),gcc)
CFLAGS += -fpcc-struct-return
endif
CFLAGS += -Wall # -pedantic
-#CFLAGS += -Wall -Wno-format -Wno-uninitialized # -pedantic
ifeq ($(LIBARCH),LIBC)
PRELUDE = $(SDK_LIBC)/imports/libcpre.gcc.o
else