From: Gunter Knauf Date: Sat, 3 Jul 2004 20:18:02 +0000 (+0000) Subject: reverted, older gcc breaks compilation since it doesnt know the switch. X-Git-Tag: curl-7_12_1~140 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e72ea744299afedc20392f5326232e616bb33aa;p=curl reverted, older gcc breaks compilation since it doesnt know the switch. --- diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 62de9813d..e0c763ab1 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -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 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