Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
*** 50,60 ****
CPPFLAGS += -D_LARGEFILE64_SOURCE
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-unused-variable
! CERRWARN += -_gcc=-Wno-uninitialized
#
# We need to tell lint not to complain about the routines
# we are grabbing from the kernel as being undefined.
#
--- 50,60 ----
CPPFLAGS += -D_LARGEFILE64_SOURCE
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-unused-variable
! CERRWARN += $(CNOWARN_UNINIT)
#
# We need to tell lint not to complain about the routines
# we are grabbing from the kernel as being undefined.
#