summaryrefslogtreecommitdiff
path: root/usr/src/lib/libdisasm/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libdisasm/Makefile.com')
-rw-r--r--usr/src/lib/libdisasm/Makefile.com3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/lib/libdisasm/Makefile.com b/usr/src/lib/libdisasm/Makefile.com
index 2afa0e3499..3e08026f68 100644
--- a/usr/src/lib/libdisasm/Makefile.com
+++ b/usr/src/lib/libdisasm/Makefile.com
@@ -123,6 +123,9 @@ $(LINTLIB) := SRCS = $(COMDIR)/$(LINTSRC)
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-uninitialized
+# not linted
+SMATCH=off
+
# We want the thread-specific errno in the library, but we don't want it in
# the standalone. $(DTS_ERRNO) is designed to add -D_TS_ERRNO to $(CPPFLAGS),
# in order to enable this feature. Conveniently, -D_REENTRANT does the same