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

@@ -27,11 +27,11 @@
 ROOTUSRSBINLINKS = $(PROG:%=$(ROOTUSRSBIN)/%)
 
 include $(SRC)/cmd/Makefile.cmd
 
 CSTD = $(CSTD_GNU99)
-CERRWARN += -_gcc=-Wno-uninitialized
+CERRWARN += $(CNOWARN_UNINIT)
 LDLIBS += -lipmp -lsocket -lsysevent -lnvpair -lofmt
 XGETFLAGS += -a -x $(PROG).xcl
 
 .KEEP_STATE: