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

@@ -32,11 +32,11 @@
 
 POFILE =        $(PROG)_all.po
 LDLIBS +=       -lscf -luutil -lcontract
 
 CERRWARN +=     -_gcc=-Wno-switch
-CERRWARN +=     -_gcc=-Wno-uninitialized
+CERRWARN +=     $(CNOWARN_UNINIT)
 
 lint := LINTFLAGS = -ux
 
 .KEEP_STATE: