Print this page
10688 gfx_private needs smatch fixes
*** 21,30 ****
--- 21,31 ----
#
# uts/i86pc/gfx_private/Makefile
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
# Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
+ # Copyright 2019, Joyent, Inc.
#
#
# i86pc platform dependent
#
*** 71,80 ****
--- 72,84 ----
LINTTAGS += -erroff=E_ASSIGN_NARROW_CONV
CERRWARN += -_gcc=-Wno-uninitialized
CERRWARN += -_gcc=-Wno-parentheses
+ # needs work
+ SMOFF += all_func_returns,deref_check
+
#
# Default build targets.
#
.KEEP_STATE: