11528 Makefile.noget can get gone 11529 Use -Wno-maybe-initialized
@@ -41,11 +41,11 @@ # 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 +CERRWARN += $(CNOWARN_UNINIT) LDFLAGS = LDLIBS = -lelf LINTFILES = $(SRCS:%.c=%.ln)