diff options
| author | Toomas Soome <tsoome@me.com> | 2019-03-04 15:01:14 +0200 |
|---|---|---|
| committer | Toomas Soome <tsoome@me.com> | 2019-04-29 18:19:42 +0300 |
| commit | c0bb4f7308f9d7f3f31eb636c73ef07c6d19b5f3 (patch) | |
| tree | 6408b37686762fae0015c8ae2565f8e22f30b10a /usr/src/lib/libficl | |
| parent | c4ab0d3f46036e85ad0700125c5a83cc139f55a3 (diff) | |
| download | illumos-joyent-c0bb4f7308f9d7f3f31eb636c73ef07c6d19b5f3.tar.gz | |
10606 ficl: smatch errors: inconsistent indenting and unchecked function return
10699 loader: smatch cleanups for ficl
10885 loader: ficl pfopendir() should push FICL_FALSE in case of error
Reviewed by: John Levon <john.levon@joyent.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/lib/libficl')
| -rw-r--r-- | usr/src/lib/libficl/Makefile.com | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/src/lib/libficl/Makefile.com b/usr/src/lib/libficl/Makefile.com index 65dd141b23..788b02dee4 100644 --- a/usr/src/lib/libficl/Makefile.com +++ b/usr/src/lib/libficl/Makefile.com @@ -43,9 +43,6 @@ pics/vm.o := CERRWARN += -_gcc=-Wno-clobbered LDLIBS += -luuid -lz -lc -lm -lumem -# not linted -SMATCH=off - HEADERS= $(FICLDIR)/ficl.h $(FICLDIR)/ficltokens.h ../ficllocal.h \ $(FICLDIR)/ficlplatform/unix.h $(PNGLITE)/pnglite.h |
