From bb2317b63c1fdf74396b4054e1352c57bc6c12ec Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Wed, 10 Aug 2005 21:45:59 +0000 Subject: [PATCH] minor Makefile fix. --- ares/Makefile.netware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ares/Makefile.netware b/ares/Makefile.netware index 0de28206e..da43b7662 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