Print this page
10077 usr/src/uts/ Makefile changes for smatch
@@ -21,10 +21,11 @@
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+# Copyright (c) 2018, Joyent, Inc.
#
# Paths to the base of the uts directory trees
#
UTSBASE = ../..
@@ -72,10 +73,13 @@
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-unused-variable
CERRWARN += -_gcc=-Wno-unused-function
CERRWARN += -_gcc=-Wno-uninitialized
+# needs work
+$(OBJS_DIR)/daplt.o := SMOFF += all_func_returns,deref_check
+
#
# Default build targets.
#
.KEEP_STATE: