diff options
author | John Levon <john.levon@joyent.com> | 2018-12-17 21:44:38 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2019-01-14 18:34:56 +0000 |
commit | 05ede3db5e3b7d540afbccdc872c735770e82ef3 (patch) | |
tree | 48e8ef98653eb259c6a4ed19a6fafa66f2a209f5 /usr/src/lib/libcmd | |
parent | cadd68ea0014761eda6a293664086dfa80686d85 (diff) | |
download | illumos-joyent-05ede3db5e3b7d540afbccdc872c735770e82ef3.tar.gz |
10079 smatch Makefile changes for usr/src/lib
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/lib/libcmd')
-rw-r--r-- | usr/src/lib/libcmd/Makefile.com | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/lib/libcmd/Makefile.com b/usr/src/lib/libcmd/Makefile.com index c3725e124b..d5e09b13c8 100644 --- a/usr/src/lib/libcmd/Makefile.com +++ b/usr/src/lib/libcmd/Makefile.com @@ -22,6 +22,7 @@ # # Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. # +# Copyright (c) 2018, Joyent, Inc. SHELL=/usr/bin/ksh93 @@ -138,6 +139,9 @@ CERRWARN += -_gcc=-Wno-uninitialized CERRWARN += -_gcc=-Wno-unused-variable CERRWARN += -_gcc=-Wno-implicit-function-declaration +# not linted +SMATCH=off + pics/cut.o := CERRWARN += -erroff=E_END_OF_LOOP_CODE_NOT_REACHED pics/sync.o := CERRWARN += -erroff=E_END_OF_LOOP_CODE_NOT_REACHED pics/vmstate.o := CERRWARN += -erroff=E_NO_IMPLICIT_DECL_ALLOWED |