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

*** 19,28 **** --- 19,29 ---- # CDDL HEADER END # # # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. # + # Copyright (c) 2018, Joyent, Inc. LIBRARY = libgss.a VERS = .1 GSSOBJECTS = g_acquire_cred.o \
*** 109,118 **** --- 110,122 ---- CERRWARN += -_gcc=-Wno-unused-function CERRWARN += -_gcc=-Wno-uninitialized CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-empty-body + # not linted + SMATCH=off + .KEEP_STATE: all: $(LIBS) lintcheck:= SRCS= $(GSSLINTSRC)