aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2004-07-03 20:18:02 +0000
committerGunter Knauf <gk@gknw.de>2004-07-03 20:18:02 +0000
commit6e72ea744299afedc20392f5326232e616bb33aa (patch)
tree6ec75d32748c33de2f8f00e73961799789e449b2 /src
parenta4aac27fd3137c58de2076e60f1b96b6e22ccfbd (diff)
reverted, older gcc breaks compilation since it doesnt know the switch.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.netware2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.netware b/src/Makefile.netware
index fd05733a7..6241a4e18 100644
--- a/src/Makefile.netware
+++ b/src/Makefile.netware
@@ -91,7 +91,7 @@ else
LD = nlmconv
LDFLAGS = -T
CFLAGS += -fno-builtin -fpack-struct -fpcc-struct-return
-CFLAGS += -Wall -Wno-strict-aliasing # -pedantic
+CFLAGS += -Wall # -pedantic
ifeq ($(LIBARCH),LIBC)
PRELUDE = $(SDK_LIBC)/imports/libcpre.gcc.o
else