Removed commented CLFAGS no longer needed.
authorGuenter Knauf <lists@gknw.net>
Fri, 18 Feb 2011 18:58:09 +0000 (19:58 +0100)
committerGuenter Knauf <lists@gknw.net>
Fri, 18 Feb 2011 18:58:09 +0000 (19:58 +0100)
Makefile.netware

index 552f6b3..b521cb8 100644 (file)
@@ -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