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

@@ -21,10 +21,11 @@
 #
 #
 # Copyright 1990-2003 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
+# Copyright (c) 2018, Joyent, Inc.
 
 LIBRARY =       liblpflt.a
 
 OBJECTS =       conv.o          \
                 delfilter.o     \

@@ -50,10 +51,13 @@
 CPPFLAGS =      -I../../include $(CPPFLAGS.master)
 
 CERRWARN +=     -_gcc=-Wno-uninitialized
 CERRWARN +=     -_gcc=-Wno-parentheses
 
+# not linted
+SMATCH=off
+
 POFILE =        lp_lib_filters.po
 
 .KEEP_STATE:
 
 all install :   $(LIBS)