]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
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)
ares/Makefile.netware

index 0de28206e518faf951f9d402123d3f4f6f6d77dd..da43b7662e2cfc657790b09b65ef2982f3a26179 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