minor Makefile fix.
authorGunter Knauf <gk@gknw.de>
Wed, 10 Aug 2005 21:45:59 +0000 (21:45 +0000)
committerGunter Knauf <gk@gknw.de>
Wed, 10 Aug 2005 21:45:59 +0000 (21:45 +0000)
Makefile.netware

index 0de2820..da43b76 100644 (file)
@@ -89,7 +89,7 @@ LDFLAGS       = -T
 AR     = ar
 ARFLAGS        = -cq
 CFLAGS += -fno-builtin -fpack-struct -fpcc-struct-return -fno-strict-aliasing
-CFLAGS += -Wall -Wno-format # -pedantic
+CFLAGS += -Wall -Wno-format -Wno-uninitialized # -pedantic
 ifeq ($(LIBARCH),LIBC)
        PRELUDE = $(SDK_LIBC)/imports/libcpre.gcc.o
 else