Print this page
11972 resync smatch

*** 19,29 **** # CDDL HEADER END # # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # ! # Copyright (c) 2018, Joyent, Inc. # # Path to the base of the uts directory tree (usually /usr/src/uts). # --- 19,30 ---- # CDDL HEADER END # # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # ! # Copyright 2019 Joyent, Inc. ! # # # Path to the base of the uts directory tree (usually /usr/src/uts). #
*** 66,75 **** --- 67,79 ---- CERRWARN += -_gcc=-Wno-unused-variable # needs work $(OBJS_DIR)/sol_cma.o := SMOFF += deref_check + # false positive + SMOFF += signed + # # Default build targets. # .KEEP_STATE: