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

@@ -33,11 +33,11 @@
 include ../Makefile.cmd
 
 CSTD = $(CSTD_GNU99)
 LDLIBS += -lpam -lbsm -lcontract -lscf
 CERRWARN += -_gcc=-Wno-parentheses
-CERRWARN += -_gcc=-Wno-uninitialized
+CERRWARN += $(CNOWARN_UNINIT)
 LINTFLAGS += -erroff=E_NAME_USED_NOT_DEF2
 CLOBBERFILES= $(STATIC)
 
 # needs work
 SMATCH=off