10148 hald should skip smatch checks
@@ -20,10 +20,12 @@ # # # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright (c) 2018, Joyent, Inc. +# # Definitions common for HAL code and consumers # HAL_VERSION = 0.5.8
@@ -69,5 +71,8 @@ CERRWARN += -_gcc=-Wno-unused-value CERRWARN += -_gcc=-Wno-extra CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-address CERRWARN += -_gcc=-Wno-unused-function + +# not linted +SMATCH=off