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

@@ -73,11 +73,11 @@
 
 CPPFLAGS +=     -I$(SRC)/lib/libtnfprobe -D_REENTRANT -I$(SRC)/cmd/sgs/include
 
 LINTFLAGS +=    -y
 
-CERRWARN +=     -_gcc=-Wno-uninitialized
+CERRWARN +=     $(CNOWARN_UNINIT)
 CERRWARN +=     -_gcc=-Wno-empty-body
 CERRWARN +=     -_gcc=-Wno-parentheses
 
 # not linted
 SMATCH=off