diff options
author | Gunter Knauf <gk@gknw.de> | 2005-08-10 21:45:59 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2005-08-10 21:45:59 +0000 |
commit | bb2317b63c1fdf74396b4054e1352c57bc6c12ec (patch) | |
tree | bcdb0617341fd69515c24e8c1c77be16a4f9d2df /ares | |
parent | 189461dc98023c0ea15f3c7ef47a0d4fb7274854 (diff) |
minor Makefile fix.
Diffstat (limited to 'ares')
-rw-r--r-- | ares/Makefile.netware | 2 |
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 |