diff options
author | John Levon <john.levon@joyent.com> | 2018-12-15 21:08:25 +0000 |
---|---|---|
committer | Hans Rosenfeld <hans.rosenfeld@joyent.com> | 2019-01-09 11:47:04 +0100 |
commit | 93b8872871607b3d21317283c1230b2a4a00920b (patch) | |
tree | 9ca8e35e28b51f3a98895caa4c6d05cba30fb2a3 /usr/src/tools/ctf/Makefile.ctf | |
parent | 64f9afd1fd6b5f36ed2c633d603a3b551da6f3d4 (diff) | |
download | illumos-gate-93b8872871607b3d21317283c1230b2a4a00920b.tar.gz |
10075 make usr/src/tools smatch clean
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Diffstat (limited to 'usr/src/tools/ctf/Makefile.ctf')
-rw-r--r-- | usr/src/tools/ctf/Makefile.ctf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/tools/ctf/Makefile.ctf b/usr/src/tools/ctf/Makefile.ctf index 7c5b041746..56e569a674 100644 --- a/usr/src/tools/ctf/Makefile.ctf +++ b/usr/src/tools/ctf/Makefile.ctf @@ -22,6 +22,7 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright (c) 2018, Joyent, Inc. include ../../../Makefile.tools @@ -46,3 +47,5 @@ HDRDIRS= \ CPPFLAGS += $(HDRDIRS) CFLAGS += $(CCVERBOSE) CERRWARN += -_gcc=-Wno-parentheses + +SMOFF += all_func_returns |