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

@@ -37,11 +37,11 @@
 #
 POFILE= talk.po
 #
 
 CFLAGS +=       $(CCVERBOSE)
-CERRWARN +=     -_gcc=-Wno-uninitialized
+CERRWARN +=     $(CNOWARN_UNINIT)
 CPPFLAGS +=     -DSYSV -DSTRNET -DBSD_COMP
 LDLIBS +=       -lcurses -lsocket -lnsl
 
 # not linted
 SMATCH=off