Print this page
10080 smatch Makefile changes for usr/src/cmd
        
*** 19,28 ****
--- 19,29 ----
  # CDDL HEADER END
  #
  #
  # Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  # Copyright 2015 RackTop Systems.
+ # Copyright (c) 2018, Joyent, Inc.
  #
  
  .KEEP_STATE:
  
  SRCS += fmd.c \
*** 121,130 ****
--- 122,134 ----
  CERRWARN += -_gcc=-Wno-parentheses
  CERRWARN += -_gcc=-Wno-uninitialized
  CERRWARN += -_gcc=-Wno-unused-variable
  CERRWARN += -_gcc=-Wno-clobbered
  
+ # not linted
+ SMATCH=off
+ 
  $(PROG) := LDFLAGS += -R/usr/lib/fm
  $(PROG) := LDLIBS += -L$(ROOTLIB)/fm -ltopo -ldiagcode -lsysevent -lsmbios \
                  -luuid -lnvpair -lexacct -lnsl -lumem -ldevinfo -lfmd_msg
  
  $(DMOD) := CFLAGS += $(CC_PICFLAGS) -G $(XREGSFLAG)