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

*** 53,63 **** LDLIBS += -lsmb -lads -lgss -lcmdutils -lldap \ -lsocket -lnsl -lc CPPFLAGS += -D_REENTRANT CPPFLAGS += -Dsyslog=smb_syslog CERRWARN += -_gcc=-Wno-unused-function ! CERRWARN += -_gcc=-Wno-uninitialized # not linted SMATCH=off # DYNLIB libraries do not have lint libs and are not linted --- 53,63 ---- LDLIBS += -lsmb -lads -lgss -lcmdutils -lldap \ -lsocket -lnsl -lc CPPFLAGS += -D_REENTRANT CPPFLAGS += -Dsyslog=smb_syslog CERRWARN += -_gcc=-Wno-unused-function ! CERRWARN += $(CNOWARN_UNINIT) # not linted SMATCH=off # DYNLIB libraries do not have lint libs and are not linted