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

@@ -18,10 +18,11 @@
 #
 # CDDL HEADER END
 #
 # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
 #
+# Copyright (c) 2018, Joyent, Inc.
 
 ILBD=           ilbd
 PROG=           $(ILBD)
 MANIFEST=       ilbd.xml
 

@@ -51,10 +52,13 @@
 
 CERRWARN +=     -_gcc=-Wno-switch
 CERRWARN +=     -_gcc=-Wno-uninitialized
 CERRWARN +=     -_gcc=-Wno-unused-label
 
+# not linted
+SMATCH=off
+
 CSTD =      $(CSTD_GNU99)
 
 # I18n
 POFILE =        $(ILBD).po
 POFILES =       $(ILBD_SRCS:%.c=%.po)