From c0bb4f7308f9d7f3f31eb636c73ef07c6d19b5f3 Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Mon, 4 Mar 2019 15:01:14 +0200 Subject: 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 Approved by: Dan McDonald --- usr/src/lib/libficl/Makefile.com | 3 --- 1 file changed, 3 deletions(-) (limited to 'usr/src/lib/libficl') 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 -- cgit v1.2.3