Print this page
10079 smatch Makefile changes for usr/src/lib
*** 19,30 ****
# CDDL HEADER END
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! # Makefile for KMF Plugins
! #
LIBRARY= kmf_openssl.a
VERS= .1
OBJECTS= openssl_spi.o compat.o
--- 19,29 ----
# CDDL HEADER END
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! # Copyright (c) 2018, Joyent, Inc.
LIBRARY= kmf_openssl.a
VERS= .1
OBJECTS= openssl_spi.o compat.o
*** 57,66 ****
--- 56,68 ----
CERRWARN += -_gcc=-Wno-unused-label
CERRWARN += -_gcc=-Wno-unused-value
CERRWARN += -_gcc=-Wno-uninitialized
+ # not linted
+ SMATCH=off
+
PICS= $(OBJECTS:%=pics/%)
lint:= OPENSSLLIBS= $(LINTSSLLIBS)
lint:= OPENSSLLIBS64= $(LINTSSLLIBS64)