Print this page
10148 hald should skip smatch checks

*** 20,29 **** --- 20,31 ---- # # # 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,73 **** --- 71,78 ---- 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