Print this page
10079 smatch Makefile changes for usr/src/lib
*** 18,27 ****
--- 18,28 ----
#
# CDDL HEADER END
#
# Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
#
+ # Copyright (c) 2018, Joyent, Inc.
LIBRARY= libcryptoutil.a
VERS= .1
OBJECTS= \
*** 52,61 ****
--- 53,65 ----
LINTFLAGS64 += -errchk=longptr64
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-uninitialized
+ # not linted
+ SMATCH=off
+
all: $(LIBS)
lint: lintcheck
include $(SRC)/lib/Makefile.targ