Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
*** 65,75 ****
#
ALL_TARGET = $(BINARY)
LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
! CERRWARN += -_gcc=-Wno-uninitialized
#
# Disable this because it is necessary for this driver
# and it is surely safe
#
--- 65,75 ----
#
ALL_TARGET = $(BINARY)
LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
! CERRWARN += $(CNOWARN_UNINIT)
#
# Disable this because it is necessary for this driver
# and it is surely safe
#