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

@@ -66,11 +66,11 @@
 
 DYNFLAGS +=     $(VERSREF)
 LDLIBS +=       $(CONVLIBDIR) $(CONV_LIB) -lc
 
 CERRWARN +=     -_gcc=-Wno-parentheses
-CERRWARN +=     -_gcc=-Wno-uninitialized
+CERRWARN +=     $(CNOWARN_UNINIT)
 
 SMOFF += indenting
 
 BUILD.AR=       $(RM) $@ ; \
                 $(AR) q $@ `$(LORDER) $(OBJECTS:%=$(DIR)/%)| $(TSORT)`