diff options
author | John Levon <john.levon@joyent.com> | 2018-12-16 23:29:00 +0000 |
---|---|---|
committer | Hans Rosenfeld <hans.rosenfeld@joyent.com> | 2019-01-09 11:47:40 +0100 |
commit | b6b206fc7fb36f7b13b01acf70ed6e676e405998 (patch) | |
tree | ee571acfcabf0de526b8abb772596982aab98313 /usr/src/uts/intel/pcieb | |
parent | dc5e7685b131559c0b7c622baee25a9a0ae50ada (diff) | |
download | illumos-joyent-b6b206fc7fb36f7b13b01acf70ed6e676e405998.tar.gz |
10077 usr/src/uts/ Makefile changes for smatch
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Jason King <jason.brian.king@gmail.com>
Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Diffstat (limited to 'usr/src/uts/intel/pcieb')
-rw-r--r-- | usr/src/uts/intel/pcieb/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr/src/uts/intel/pcieb/Makefile b/usr/src/uts/intel/pcieb/Makefile index be0357f8b2..3b9f363520 100644 --- a/usr/src/uts/intel/pcieb/Makefile +++ b/usr/src/uts/intel/pcieb/Makefile @@ -24,9 +24,7 @@ # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# This makefile drives the production of the pcieb driver kernel -# module. -# +# Copyright (c) 2018, Joyent, Inc. # # Path to the base of the uts directory tree (usually /usr/src/uts). @@ -77,6 +75,9 @@ LINTTAGS += -erroff=E_ASSIGN_NARROW_CONV CERRWARN += -_gcc=-Wno-unused-value +# needs work +SMOFF += all_func_returns + # # Default build targets. # |