Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
*** 41,51 ****
LLDFLAGS64 = '-R$$ORIGIN/../../../lib/$(MACH64)'
CPPFLAGS= -I. -I../../include $(CPPFLAGS.master) -I$(ELFCAP)
CFLAGS += $(CCVERBOSE)
CSTD= $(CSTD_GNU99)
! CERRWARN += -_gcc=-Wno-uninitialized
SMOFF += signed
LDLIBS += -lelf $(CONVLIBDIR) $(CONV_LIB) -lsendfile
--- 41,51 ----
LLDFLAGS64 = '-R$$ORIGIN/../../../lib/$(MACH64)'
CPPFLAGS= -I. -I../../include $(CPPFLAGS.master) -I$(ELFCAP)
CFLAGS += $(CCVERBOSE)
CSTD= $(CSTD_GNU99)
! CERRWARN += $(CNOWARN_UNINIT)
SMOFF += signed
LDLIBS += -lelf $(CONVLIBDIR) $(CONV_LIB) -lsendfile