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

@@ -38,11 +38,11 @@
 include         $(SRC)/lib/Makefile.lib
 include         $(SRC)/lib/Makefile.lib.64
 
 CERRWARN +=     -_gcc=-Wno-type-limits
 CERRWARN +=     -_gcc=-Wno-parentheses
-CERRWARN +=     -_gcc=-Wno-uninitialized
+CERRWARN +=     $(CNOWARN_UNINIT)
 
 # not linted
 SMATCH=off
 
 AES_PSM_SRC =   $(AES_DIR)/$(MACH64)/aes_amd64.s \