Print this page
10063 basic support for smatch
10153 checkpaths shouldn't check packaging exceptions
@@ -20,10 +20,11 @@
# CDDL HEADER END
#
#
# Copyright (c) 1989 by Sun Microsystems, Inc.
#
+# Copyright (c) 2018, Joyent, Inc.
include ../../Makefile.cmd
SUBDIRS = terms.d
@@ -43,10 +44,13 @@
CERRWARN += -_gcc=-Wno-extra
CERRWARN += -_gcc=-Wno-implicit-function-declaration
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-unused-variable
+# parse error: parsing (i (9223372034707292160-96) >= 65)
+SMATCH = off
+
LDLIBS += -lmapmalloc
#
# message catalog
#
POFILES= $(OBJS:%.o=%.po)