Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized

@@ -35,11 +35,11 @@
 include ../../../Makefile.module
 
 CFLAGS += -I../../../../../lib/libproc/common
 LINTFLAGS += -I../../../../../lib/libproc/common
 
-CERRWARN += -_gcc=-Wno-uninitialized
+CERRWARN += $(CNOWARN_UNINIT)
 
 %.o: $(MODSRCS_DIR)/%.c
         $(COMPILE.c) $<
         $(CTFCONVERT_O)