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

*** 20,31 **** # # # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # usr/src/lib/pam_modules/krb5/Makefile.com ! # LIBRARY= pam_krb5.a VERS= .1 --- 20,30 ---- # # # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # Copyright (c) 2018, Joyent, Inc. LIBRARY= pam_krb5.a VERS= .1
*** 49,58 **** --- 48,60 ---- -I. CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-unused-function + # not linted + SMATCH=off + # module needs to be unloadable because the key destructor might be # called after dlclose() DYNFLAGS += $(ZNODELETE) CLOBBERFILES += $(LINTLIB) $(LINTOUT) $(POFILE)