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

@@ -48,11 +48,11 @@
 # This library is not installed in the proto area.
 LIBS = $(LIBRARY)
 
 CPPFLAGS =      -I../../include $(CPPFLAGS.master)
 
-CERRWARN +=     -_gcc=-Wno-uninitialized
+CERRWARN +=     $(CNOWARN_UNINIT)
 CERRWARN +=     -_gcc=-Wno-parentheses
 
 # not linted
 SMATCH=off