From 702f549a6a0126923806132a3b45621f55a8a0af Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Fri, 3 Sep 2004 18:51:36 +0000 Subject: fixed nasty warnings with gcc 3.3. --- lib/Makefile.netware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile.netware') diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 0a4da893e..afd9ce71a 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -93,7 +93,7 @@ LD = nlmconv LDFLAGS = -T AR = ar ARFLAGS = -cq -CFLAGS += -fno-builtin -fpack-struct -fpcc-struct-return +CFLAGS += -fno-builtin -fpack-struct -fpcc-struct-return -fno-strict-aliasing CFLAGS += -Wall # -pedantic ifeq ($(LIBARCH),LIBC) PRELUDE = $(SDK_LIBC)/imports/libcpre.gcc.o -- cgit v1.2.3