Print this page
10080 smatch Makefile changes for usr/src/cmd
        
*** 20,29 ****
--- 20,30 ----
  #
  #
  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  # Use is subject to license terms.
  #
+ # Copyright (c) 2018, Joyent, Inc.
  
  PROG= kdb5_ldap_util
  
  OBJS    = \
          kdb5_ldap_list.o \
*** 63,72 ****
--- 64,76 ----
  CERRWARN +=     -_gcc=-Wno-unused-variable
  CERRWARN +=     -_gcc=-Wno-unused-label
  CERRWARN +=     -_gcc=-Wno-unused-function
  CERRWARN +=     -_gcc=-Wno-implicit-function-declaration
  
+ # not linted
+ SMATCH=off
+ 
  LDFLAGS += $(KRUNPATH) $(KERBRUNPATH)
  LDLIBS += -L $(ROOT_KLIBDIR) -L $(KRB5LIB) -lkadm5srv -lkdb -lkdb_ldap \
          -lmech_krb5
  
  .KEEP_STATE: