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

*** 45,55 **** DYNFLAGS64 += -Wl,-f,/usr/platform/\$$PLATFORM/lib/$(MACH64)/$(DYNLIBPSR) LDLIBS += -lelf -lc CPPFLAGS = -D_KMEMUSER -D_LARGEFILE64_SOURCE=1 -I.. $(CPPFLAGS.master) ! CERRWARN += -_gcc=-Wno-uninitialized SMOFF += signed CLOBBERFILES += test test.o --- 45,55 ---- DYNFLAGS64 += -Wl,-f,/usr/platform/\$$PLATFORM/lib/$(MACH64)/$(DYNLIBPSR) LDLIBS += -lelf -lc CPPFLAGS = -D_KMEMUSER -D_LARGEFILE64_SOURCE=1 -I.. $(CPPFLAGS.master) ! CERRWARN += $(CNOWARN_UNINIT) SMOFF += signed CLOBBERFILES += test test.o