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

@@ -41,11 +41,11 @@
 DEFLIST=        -DELF
 CPPFLAGS=       $(INCLIST) $(DEFLIST) $(CPPFLAGS.master)
 CFLAGS +=       $(CCVERBOSE)
 CSTD=   $(CSTD_GNU99)
 
-CERRWARN +=     -_gcc=-Wno-uninitialized
+CERRWARN +=     $(CNOWARN_UNINIT)
 CERRWARN +=     -_gcc=-Wno-parentheses
 
 SMOFF += no_if_block,indenting
 
 %.o:            ../common/%.c