Print this page
10063 basic support for smatch
10153 checkpaths shouldn't check packaging exceptions
*** 20,29 ****
--- 20,30 ----
# CDDL HEADER END
#
#
# Copyright (c) 1989 by Sun Microsystems, Inc.
#
+ # Copyright (c) 2018, Joyent, Inc.
include ../../Makefile.cmd
SUBDIRS = terms.d
*** 43,52 ****
--- 44,56 ----
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)