Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
*** 69,79 ****
CPPFLAGS += -I. -I../common
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-unused-label
CERRWARN += -_gcc=-Wno-switch
! CERRWARN += -_gcc=-Wno-uninitialized
# these look like real bugs here, but ...
SMOFF += impossible_mask,signed_integer_overflow_check
$(OBJS) := CPPFLAGS += -D_FILE_OFFSET_BITS=64 -D_REENTRANT
--- 69,79 ----
CPPFLAGS += -I. -I../common
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-unused-label
CERRWARN += -_gcc=-Wno-switch
! CERRWARN += $(CNOWARN_UNINIT)
# these look like real bugs here, but ...
SMOFF += impossible_mask,signed_integer_overflow_check
$(OBJS) := CPPFLAGS += -D_FILE_OFFSET_BITS=64 -D_REENTRANT