aboutsummaryrefslogtreecommitdiff
path: root/ares
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2005-08-10 21:45:59 +0000
committerGunter Knauf <gk@gknw.de>2005-08-10 21:45:59 +0000
commitbb2317b63c1fdf74396b4054e1352c57bc6c12ec (patch)
treebcdb0617341fd69515c24e8c1c77be16a4f9d2df /ares
parent189461dc98023c0ea15f3c7ef47a0d4fb7274854 (diff)
minor Makefile fix.
Diffstat (limited to 'ares')
-rw-r--r--ares/Makefile.netware2
1 files changed, 1 insertions, 1 deletions
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