Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
*** 33,43 ****
LLOBJS= $(OBJS:%.o=%.ll)
include ../../Makefile.cmd
$(PROG) lint := LDLIBS += -lscf -lnsl
! CERRWARN += -_gcc=-Wno-uninitialized
# not linted
SMATCH=off
CPPFLAGS += -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT
--- 33,43 ----
LLOBJS= $(OBJS:%.o=%.ll)
include ../../Makefile.cmd
$(PROG) lint := LDLIBS += -lscf -lnsl
! CERRWARN += $(CNOWARN_UNINIT)
# not linted
SMATCH=off
CPPFLAGS += -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT