fixed nasty warnings with gcc 3.3.

pull/1/head
Gunter Knauf 21 years ago
parent f8f6e2e55a
commit dec3ecd80d
  1. 2
      Makefile.netware

@ -88,7 +88,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 -Wno-format # -pedantic
ifeq ($(LIBARCH),LIBC)
PRELUDE = $(SDK_LIBC)/imports/libcpre.gcc.o

Loading…
Cancel
Save