Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
*** 42,52 ****
# 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 -I../common
CFLAGS += $(CCVERBOSE)
! CERRWARN += -_gcc=-Wno-uninitialized
LDFLAGS =
LDLIBS = -lelf
LINTFILES = $(SRCS:%.c=%.ln)
--- 42,52 ----
# 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 -I../common
CFLAGS += $(CCVERBOSE)
! CERRWARN += $(CNOWARN_UNINIT)
LDFLAGS =
LDLIBS = -lelf
LINTFILES = $(SRCS:%.c=%.ln)