Print this page
10080 smatch Makefile changes for usr/src/cmd

*** 19,28 **** --- 19,29 ---- # CDDL HEADER END # # # Copyright (c) 1994, 2010, Oracle and/or its affiliates. All rights reserved. # + # Copyright (c) 2018, Joyent, Inc. NETYPPROG = rpc.yppasswdd DEFAULTFILES = yppasswdd.dfl PROG = $(NETYPPROG)
*** 58,67 **** --- 59,71 ---- CERRWARN += -_gcc=-Wno-implicit-function-declaration CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-uninitialized + # not linted + SMATCH=off + # # Objects shared between all the major components # SHAREDOBJ= ../shared/utils.o ../shared/lockmap.o ../shared/ancil.o