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

*** 35,42 **** SRCS = $(LOCOBJS:%.o=$(SRCDIR)/%.c) $(CMNOBJS:%.o=$(CMNDIR)/%.c) LDLIBS += -lsock CPPFLAGS += $(SOCKCPPFLAGS) -I$(TOPDIR)/psm/stand CERRWARN += -_gcc=-Wno-char-subscripts ! CERRWARN += -_gcc=-Wno-uninitialized include ../Makefile.targ --- 35,42 ---- SRCS = $(LOCOBJS:%.o=$(SRCDIR)/%.c) $(CMNOBJS:%.o=$(CMNDIR)/%.c) LDLIBS += -lsock CPPFLAGS += $(SOCKCPPFLAGS) -I$(TOPDIR)/psm/stand CERRWARN += -_gcc=-Wno-char-subscripts ! CERRWARN += $(CNOWARN_UNINIT) include ../Makefile.targ