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

@@ -39,11 +39,11 @@
 $(ROOTCFGDIR)/datalink.conf     := FILEMODE= 644
 
 LDLIBS += -ldladm -ldlpi -lavl -lnvpair -lsysevent -lcontract
 
 CERRWARN += -_gcc=-Wno-unused-label
-CERRWARN += -_gcc=-Wno-uninitialized
+CERRWARN += $(CNOWARN_UNINIT)
 
 #
 # Instrument dlmgmtd with CTF data to ease debugging.
 #
 CTFCONVERT_HOOK = && $(CTFCONVERT_O)