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

@@ -44,11 +44,11 @@
 #
 CPPFLAGS += -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
 LDLIBS  += -lsocket -lnsl -lsysevent -lnvpair -lipmp -linetutil -ldlpi
 LINTFLAGS += -erroff=E_INCONS_ARG_DECL2 -erroff=E_INCONS_ARG_USED2
 
-CERRWARN += -_gcc=-Wno-uninitialized
+CERRWARN += $(CNOWARN_UNINIT)
 
 #
 # Instrument in.mpathd with CTF data to ease debugging.
 #
 CTFCONVERT_HOOK = && $(CTFCONVERT_O)