Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
*** 57,67 ****
INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN
CERRWARN += -_gcc=-Wno-unused-label
! CERRWARN += -_gcc=-Wno-uninitialized
#
# Dependency
#
LDFLAGS += -dy -Nmisc/dcopy
--- 57,67 ----
INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN
CERRWARN += -_gcc=-Wno-unused-label
! CERRWARN += $(CNOWARN_UNINIT)
#
# Dependency
#
LDFLAGS += -dy -Nmisc/dcopy