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

@@ -20,12 +20,11 @@
 #
 #
 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
-# cmd/lp/client/conv_fix/Makefile
-#
+# Copyright (c) 2018, Joyent, Inc.
 
 include         ../Makefile.sp
 
 PROG=           conv_fix
 

@@ -39,10 +38,13 @@
 
 CPPFLAGS +=     -I$(NPRTINC)
 
 CERRWARN +=     -_gcc=-Wno-implicit-function-declaration
 
+# not linted
+SMATCH=off
+
 .KEEP_STATE:
 
 all:            $(PROG)
 
 install:        all $(ROOTLIBPRINTPROG)