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

@@ -47,11 +47,11 @@
 CPPFLAGS        += -D_REENTRANT
 CPPFLAGS        += -I$(PRAUDIT)
 CPPFLAGS        += -I$(LIBBSM)
 
 CERRWARN        += -_gcc=-Wno-char-subscripts
-CERRWARN        += -_gcc=-Wno-uninitialized
+CERRWARN        += $(CNOWARN_UNINIT)
 
 # not linted
 SMATCH=off
 
 ROOTLIBDIR=     $(ROOT)/usr/lib/security