Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
*** 39,49 ****
$(ROOTCFGDIR)/datalink.conf := FILEMODE= 644
LDLIBS += -ldladm -ldlpi -lavl -lnvpair -lsysevent -lcontract
CERRWARN += -_gcc=-Wno-unused-label
! CERRWARN += -_gcc=-Wno-uninitialized
#
# Instrument dlmgmtd with CTF data to ease debugging.
#
CTFCONVERT_HOOK = && $(CTFCONVERT_O)
--- 39,49 ----
$(ROOTCFGDIR)/datalink.conf := FILEMODE= 644
LDLIBS += -ldladm -ldlpi -lavl -lnvpair -lsysevent -lcontract
CERRWARN += -_gcc=-Wno-unused-label
! CERRWARN += $(CNOWARN_UNINIT)
#
# Instrument dlmgmtd with CTF data to ease debugging.
#
CTFCONVERT_HOOK = && $(CTFCONVERT_O)