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

@@ -35,11 +35,11 @@
 STAT_COMMON_OBJS = timestamp.o
 STAT_COMMON_SRCS = $(STAT_COMMON_OBJS:%.o=$(STATCOMMONDIR)/%.c)
 SRCS += $(STAT_COMMON_SRCS)
 
 CFLAGS          += $(CCVERBOSE) $(CTF_FLAGS)
-CERRWARN        += -_gcc=-Wno-uninitialized
+CERRWARN        += $(CNOWARN_UNINIT)
 CPPFLAGS        += -D_REENTRANT -I$(SRC)/lib/libcpc/common -I$(STATCOMMONDIR)
 LDLIBS +=       -lcpc -lkstat
 
 # not linted
 SMATCH=off