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

*** 29,39 **** include ../Makefile.cmd CPPFLAGS= -DPORTMAP $(CPPFLAGS.master) LDLIBS += -lnsl ! CERRWARN += -_gcc=-Wno-uninitialized .KEEP_STATE: all: $(PROG) --- 29,39 ---- include ../Makefile.cmd CPPFLAGS= -DPORTMAP $(CPPFLAGS.master) LDLIBS += -lnsl ! CERRWARN += $(CNOWARN_UNINIT) .KEEP_STATE: all: $(PROG)