Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
*** 41,51 ****
# We're going to run this as part of the build, so we want it to use the
# running kernel's includes and libraries.
#
CPPFLAGS = -I../../common
CFLAGS += $(CCVERBOSE)
! CERRWARN += -_gcc=-Wno-uninitialized
LDFLAGS =
LDLIBS = -lelf
LINTFILES = $(SRCS:%.c=%.ln)
--- 41,51 ----
# We're going to run this as part of the build, so we want it to use the
# running kernel's includes and libraries.
#
CPPFLAGS = -I../../common
CFLAGS += $(CCVERBOSE)
! CERRWARN += $(CNOWARN_UNINIT)
LDFLAGS =
LDLIBS = -lelf
LINTFILES = $(SRCS:%.c=%.ln)