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

@@ -44,11 +44,11 @@
 SRCS =          $(LOCOBJS:%.o=$(SRCDIR)/%.c) $(COMOBJS:%.o=$(COMDIR)/%.c)
 $(LINTLIB) :=   SRCS = $(SRCDIR)/$(LINTSRC)
 
 CFLAGS +=       $(CCVERBOSE)
 CERRWARN +=     -_gcc=-Wno-switch
-CERRWARN +=     -_gcc=-Wno-uninitialized
+CERRWARN +=     $(CNOWARN_UNINIT)
 CPPFLAGS +=     -I$(COMDIR)
 
 # not linted
 SMATCH=off