Print this page
10080 smatch Makefile changes for usr/src/cmd
@@ -19,10 +19,11 @@
# CDDL HEADER END
#
#
# Copyright (c) 1994, 2010, Oracle and/or its affiliates. All rights reserved.
#
+# Copyright (c) 2018, Joyent, Inc.
NETYPPROG = rpc.yppasswdd
DEFAULTFILES = yppasswdd.dfl
PROG = $(NETYPPROG)
@@ -58,10 +59,13 @@
CERRWARN += -_gcc=-Wno-implicit-function-declaration
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-uninitialized
+# not linted
+SMATCH=off
+
#
# Objects shared between all the major components
#
SHAREDOBJ= ../shared/utils.o ../shared/lockmap.o ../shared/ancil.o