Print this page
10077 usr/src/uts/ Makefile changes for smatch

*** 16,25 **** --- 16,27 ---- # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # + # Copyright (c) 2018, Joyent, Inc. + # # Copyright 2014 Garrett D'Amore <garrett@damore.org> # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. #
*** 74,83 **** --- 76,88 ---- LINTTAGS += -erroff=E_ASSIGN_NARROW_CONV CERRWARN += -_gcc=-Wno-uninitialized CERRWARN += -_gcc=-Wno-parentheses + # needs work + $(OBJS_DIR)/blowfish_impl.o := SMOFF += precedence + # # Default build targets. # .KEEP_STATE: