Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
*** 51,61 ****
CPPFLAGS += -I../../libipp-core/common
CPPFLAGS += -I../../libhttp-core/common
CERRWARN += -_gcc=-Wno-type-limits
CERRWARN += -_gcc=-Wno-unused-variable
! CERRWARN += -_gcc=-Wno-uninitialized
# not linted
SMATCH=off
MAPFILES = $(SRCDIR)/mapfile
--- 51,61 ----
CPPFLAGS += -I../../libipp-core/common
CPPFLAGS += -I../../libhttp-core/common
CERRWARN += -_gcc=-Wno-type-limits
CERRWARN += -_gcc=-Wno-unused-variable
! CERRWARN += $(CNOWARN_UNINIT)
# not linted
SMATCH=off
MAPFILES = $(SRCDIR)/mapfile