reverted, older gcc breaks compilation since it doesnt know the switch.
authorGunter Knauf <gk@gknw.de>
Sat, 3 Jul 2004 20:18:02 +0000 (20:18 +0000)
committerGunter Knauf <gk@gknw.de>
Sat, 3 Jul 2004 20:18:02 +0000 (20:18 +0000)
lib/Makefile.netware
src/Makefile.netware

index 62de981..e0c763a 100644 (file)
@@ -94,7 +94,7 @@ LDFLAGS       = -T
 AR     = ar
 ARFLAGS        = -cq
 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
index fd05733..6241a4e 100644 (file)
@@ -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