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

@@ -35,11 +35,11 @@
 
 CFLAGS +=       $(C_PICFLAGS)
 DYNLIB=         $(LIBPROG)
 
 CERRWARN +=     -_gcc=-Wno-unused-function
-CERRWARN +=     -_gcc=-Wno-uninitialized
+CERRWARN +=     $(CNOWARN_UNINIT)
 
 LDLIBS += -lnvpair -ladm -lc
 
 LINTFLAGS += -erroff=E_STATIC_UNUSED -erroff=E_NAME_DEF_NOT_USED2
 LINTFLAGS64 += -erroff=E_STATIC_UNUSED -erroff=E_NAME_DEF_NOT_USED2