diff --git a/ares/Makefile.netware b/ares/Makefile.netware index 0de28206e518faf951f9d402123d3f4f6f6d77dd..da43b7662e2cfc657790b09b65ef2982f3a26179 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