Print this page
10079 smatch Makefile changes for usr/src/lib

@@ -20,10 +20,11 @@
 #
 #
 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
+# Copyright (c) 2018, Joyent, Inc.
 
 #
 # This make file will build mech_dh.so.1. This shared object
 # contains all the functionality needed to support Diffie-Hellman GSS-API
 # mechanism. 

@@ -48,10 +49,13 @@
 
 CERRWARN +=     -_gcc=-Wno-parentheses
 CERRWARN +=     -_gcc=-Wno-unused-variable
 CERRWARN +=     -_gcc=-Wno-uninitialized
 
+# needs work
+SMATCH=off
+
 $(PICS) :=      CFLAGS += $(XFFLAG)
 $(PICS) :=      CCFLAGS += $(XFFLAG)
 $(PICS) :=      CFLAGS64 += $(XFFLAG)
 $(PICS) :=      CCFLAGS64 += $(XFFLAG)