Print this page
10079 smatch Makefile changes for usr/src/lib

@@ -18,10 +18,11 @@
 #
 # CDDL HEADER END
 #
 # Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
 #
+# Copyright (c) 2018, Joyent, Inc.
 
 LIBRARY= libcryptoutil.a
 VERS=   .1
 
 OBJECTS= \

@@ -52,10 +53,13 @@
 LINTFLAGS64 +=  -errchk=longptr64
 
 CERRWARN +=     -_gcc=-Wno-parentheses
 CERRWARN +=     -_gcc=-Wno-uninitialized
 
+# not linted
+SMATCH=off
+
 all: $(LIBS)
 
 lint: lintcheck
 
 include $(SRC)/lib/Makefile.targ