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

@@ -47,11 +47,11 @@
 CLEANFILES +=   $(LINTOUT) $(LINTLIB)
 
 CPPFLAGS +=     -D_REENTRANT
 CFLAGS +=       $(CCVERBOSE)
 CERRWARN +=     -_gcc=-Wno-parentheses
-CERRWARN +=     -_gcc=-Wno-uninitialized
+CERRWARN +=     $(CNOWARN_UNINIT)
 LDLIBS +=       -lc -lsecdb -lproc -lpool
 
 $(LINTLIB) :=   SRCS = ../common/llib-lproject
 
 .KEEP_STATE: