Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
*** 66,76 ****
DYNFLAGS += $(VERSREF)
LDLIBS += $(CONVLIBDIR) $(CONV_LIB) -lc
CERRWARN += -_gcc=-Wno-parentheses
! CERRWARN += -_gcc=-Wno-uninitialized
SMOFF += indenting
BUILD.AR= $(RM) $@ ; \
$(AR) q $@ `$(LORDER) $(OBJECTS:%=$(DIR)/%)| $(TSORT)`
--- 66,76 ----
DYNFLAGS += $(VERSREF)
LDLIBS += $(CONVLIBDIR) $(CONV_LIB) -lc
CERRWARN += -_gcc=-Wno-parentheses
! CERRWARN += $(CNOWARN_UNINIT)
SMOFF += indenting
BUILD.AR= $(RM) $@ ; \
$(AR) q $@ `$(LORDER) $(OBJECTS:%=$(DIR)/%)| $(TSORT)`