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

*** 39,49 **** CFLAGS += $(CCVERBOSE) LDLIBS += -lc CPPFLAGS = -I$(SRC)/ucbhead $(CPPFLAGS.master) ! CERRWARN += -_gcc=-Wno-uninitialized .KEEP_STATE: all: $(LIBS) --- 39,49 ---- CFLAGS += $(CCVERBOSE) LDLIBS += -lc CPPFLAGS = -I$(SRC)/ucbhead $(CPPFLAGS.master) ! CERRWARN += $(CNOWARN_UNINIT) .KEEP_STATE: all: $(LIBS)