From: Gunter Knauf Date: Wed, 10 Aug 2005 21:45:59 +0000 (+0000) Subject: minor Makefile fix. X-Git-Tag: curl-7_14_1~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb2317b63c1fdf74396b4054e1352c57bc6c12ec;p=thirdparty%2Fcurl.git minor Makefile fix. --- diff --git a/ares/Makefile.netware b/ares/Makefile.netware index 0de28206e5..da43b7662e 100644 --- a/ares/Makefile.netware +++ b/ares/Makefile.netware @@ -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