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

@@ -34,11 +34,11 @@
 # DYNLIB libraries do not have lint libs and are not linted
 $(DYNLIB) :=    LDLIBS += -lxml2
 
 SRCDIR =        ../common
 CPPFLAGS +=     -I$(ADJUNCT_PROTO)/usr/include/libxml2 -I$(SRCDIR) -D_REENTRANT
-CERRWARN +=     -_gcc=-Wno-uninitialized
+CERRWARN +=     $(CNOWARN_UNINIT)
 CERRWARN +=     -_gcc=-Wno-parentheses
 $(LINTLIB) := SRCS=     $(SRCDIR)/$(LINTSRC)
 
 .KEEP_STATE: