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

@@ -42,11 +42,11 @@
 POFILE =        $(PROG)_all.po
 CPPFLAGS +=     -I../common
 LDLIBS +=       -lscf -luutil -lmd5
 CLOBBERFILES += $(POFILES)
 
-CERRWARN +=     -_gcc=-Wno-uninitialized
+CERRWARN +=     $(CNOWARN_UNINIT)
 CERRWARN +=     -_gcc=-Wno-unused-label
 
 lint := LINTFLAGS = -ux -erroff=E_GLOBAL_COULD_BE_STATIC2
 
 .KEEP_STATE: