Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized

@@ -42,11 +42,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 -I../common
 CFLAGS += $(CCVERBOSE)
-CERRWARN += -_gcc=-Wno-uninitialized
+CERRWARN += $(CNOWARN_UNINIT)
 LDFLAGS =
 LDLIBS = -lelf
 
 LINTFILES = $(SRCS:%.c=%.ln)