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

@@ -19,18 +19,22 @@
 #
 # CDDL HEADER END
 #
 #
 # Copyright (c) 1989 by Sun Microsystems, Inc.
+# Copyright (c) 2018, Joyent, Inc.
 #
 
 PROG= exstr
 
 include ../Makefile.cmd
 
 CERRWARN += -_gcc=-Wno-extra
 
+# "missing type for func"
+SMATCH=off
+
 .KEEP_STATE:
 
 all: $(PROG) 
 
 install: all $(ROOTPROG)