summaryrefslogtreecommitdiff
path: root/Makefile.netware
diff options
context:
space:
mode:
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