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

@@ -32,11 +32,11 @@
 include $(SRC)/cmd/stat/Makefile.stat
 
 LDLIBS += -ldevinfo -lkstat -lavl
 CFLAGS += $(CCVERBOSE) -I${STATCOMMONDIR}
 CERRWARN += -_gcc=-Wno-switch
-CERRWARN += -_gcc=-Wno-uninitialized
+CERRWARN += $(CNOWARN_UNINIT)
 CERRWARN += -_gcc=-Wno-parentheses
 
 SMOFF += signed
 
 FILEMODE= 0555