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


 145 pics/db_dictionary_c_xdr.o \
 146 pics/db_dictlog_c_xdr.o \
 147 pics/db_entry_c_xdr.o \
 148 pics/db_index_c_xdr.o \
 149 pics/db_item_c_xdr.o \
 150 pics/db_log_entry_c_xdr.o \
 151 pics/db_mindex_c_xdr.o \
 152 pics/db_query_c_xdr.o \
 153 pics/db_scheme_c_xdr.o \
 154 pics/db_table_c_xdr.o \
 155 pics/db_vers_c_xdr.o \
 156 pics/ldap_xdr.o \
 157 pics/dit_access.o \
 158 pics/update.o \
 159 pics/yptol_utils.o \
 160 pics/map_ctrl.o
 161 
 162 $(UVAR_PICS) := CERRWARN += -_gcc=-Wno-unused-variable
 163 
 164 # Correcting these might alter logic
 165 CERRWARN +=     -_gcc=-Wno-uninitialized
 166 CERRWARN +=     -_gcc=-Wno-switch
 167 
 168 # not linted
 169 SMATCH=off
 170 
 171 # Extra includes, from yp, for yptol files.
 172 CPPFLAGS += -I$(SRC)/cmd/ypcmd
 173 
 174 # Need the path to nis_clnt.h
 175 CLNT_PICS = pics/db_entry_c_xdr.o pics/ldap_xdr.o pics/db_mindex_c_xdr.o
 176 
 177 $(CLNT_PICS) := CPPFLAGS += -I../libnsl/nis/gen
 178 
 179 LIBS = $(DYNLIB)
 180 ZDEFS=
 181 LDLIBS += -lnsl -lldap -lc
 182 
 183 # A number of interfaces are interposed by numerous applications, therefore
 184 # prevent direct binding to anything in libnisdb.  Disable libnisdb from
 185 # directly binding to itself, but allow libnisdb to directly bind to its




 145 pics/db_dictionary_c_xdr.o \
 146 pics/db_dictlog_c_xdr.o \
 147 pics/db_entry_c_xdr.o \
 148 pics/db_index_c_xdr.o \
 149 pics/db_item_c_xdr.o \
 150 pics/db_log_entry_c_xdr.o \
 151 pics/db_mindex_c_xdr.o \
 152 pics/db_query_c_xdr.o \
 153 pics/db_scheme_c_xdr.o \
 154 pics/db_table_c_xdr.o \
 155 pics/db_vers_c_xdr.o \
 156 pics/ldap_xdr.o \
 157 pics/dit_access.o \
 158 pics/update.o \
 159 pics/yptol_utils.o \
 160 pics/map_ctrl.o
 161 
 162 $(UVAR_PICS) := CERRWARN += -_gcc=-Wno-unused-variable
 163 
 164 # Correcting these might alter logic
 165 CERRWARN +=     $(CNOWARN_UNINIT)
 166 CERRWARN +=     -_gcc=-Wno-switch
 167 
 168 # not linted
 169 SMATCH=off
 170 
 171 # Extra includes, from yp, for yptol files.
 172 CPPFLAGS += -I$(SRC)/cmd/ypcmd
 173 
 174 # Need the path to nis_clnt.h
 175 CLNT_PICS = pics/db_entry_c_xdr.o pics/ldap_xdr.o pics/db_mindex_c_xdr.o
 176 
 177 $(CLNT_PICS) := CPPFLAGS += -I../libnsl/nis/gen
 178 
 179 LIBS = $(DYNLIB)
 180 ZDEFS=
 181 LDLIBS += -lnsl -lldap -lc
 182 
 183 # A number of interfaces are interposed by numerous applications, therefore
 184 # prevent direct binding to anything in libnisdb.  Disable libnisdb from
 185 # directly binding to itself, but allow libnisdb to directly bind to its