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

*** 20,30 **** # # # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # LIBRARY = libipp-listener.a VERS = .0 OBJECTS = \ cancel-job.o common.o create-job.o cups-accept-jobs.o \ --- 20,30 ---- # # # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # Copyright (c) 2018, Joyent, Inc. LIBRARY = libipp-listener.a VERS = .0 OBJECTS = \ cancel-job.o common.o create-job.o cups-accept-jobs.o \
*** 53,62 **** --- 53,65 ---- CPPFLAGS += -I../../libipp-core/common CERRWARN += -_gcc=-Wno-unused-variable CERRWARN += -_gcc=-Wno-uninitialized + # not linted + SMATCH=off + MAPFILES = $(SRCDIR)/mapfile LDLIBS += -lipp-core -lpapi -lc -lsocket -lnsl .KEEP_STATE: