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

@@ -95,11 +95,11 @@
 LINTSRC=        $(LINTLIB:%.ln=%)
 
 LDLIBS += -lc
 
 CPPFLAGS = -I../h -I../src/libc/xcurses $(CPPFLAGS.master)
-CERRWARN += -_gcc=-Wno-uninitialized
+CERRWARN += $(CNOWARN_UNINIT)
 CERRWARN += -_gcc=-Wno-unused-value
 
 # not linted
 SMATCH=off