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

@@ -58,11 +58,11 @@
 LINTFLAGS +=    -erroff=E_GLOBAL_COULD_BE_STATIC2
 LINTFLAGS +=    -erroff=E_NAME_USED_NOT_DEF2
 LINTFLAGS +=    -erroff=E_NAME_DEF_NOT_USED2
 
 CERRWARN +=     -_gcc=-Wno-switch
-CERRWARN +=     -_gcc=-Wno-uninitialized
+CERRWARN +=     $(CNOWARN_UNINIT)
 CERRWARN +=     -_gcc=-Wno-parentheses
 CERRWARN +=     -_gcc=-Wno-type-limits
 
 # not linted
 SMATCH=off