Print this page
10080 smatch Makefile changes for usr/src/cmd

@@ -20,10 +20,11 @@
 #
 
 #
 # Copyright (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved.
 #
+# Copyright (c) 2018, Joyent, Inc.
 
 ETCTSOLFILES =  devalloc_defaults
 
 include         ../Makefile.cmd
 

@@ -30,10 +31,13 @@
 CERRWARN +=     -_gcc=-Wno-unused-value
 CERRWARN +=     -_gcc=-Wno-uninitialized
 CERRWARN +=     -_gcc=-Wno-parentheses
 CERRWARN +=     -_gcc=-Wno-clobbered
 
+# not linted
+SMATCH=off
+
 ROOTSEC =       $(ROOTETC)/security
 ROOTSECDEV =    $(ROOTSEC)/dev
 ROOTSECLIB =    $(ROOTSEC)/lib
 ROOTSECAUD =    $(ROOTSEC)/audio
 ROOTDIRS =      $(ROOTSECDEV) $(ROOTSECLIB) $(ROOTSECAUD)