Print this page
10080 smatch Makefile changes for usr/src/cmd

@@ -6,11 +6,11 @@
 #
 # A full copy of the text of the CDDL should have accompanied this
 # source.  A copy of the CDDL is also available via the Internet at
 # http://www.illumos.org/license/CDDL.
 #
-# Copyright 2016 Joyent, Inc.
+# Copyright (c) 2018, Joyent, Inc.
 # Copyright 2016 RackTop Systems.
 #
 
 PROG=           acpixtract
 

@@ -20,10 +20,13 @@
 OBJS= axmain.o acpixtract.o axutils.o
 SRCS = $(OBJS:.o=.c)
 
 CERRWARN += -_gcc=-Wno-unused-function
 
+# not linted
+SMATCH=off
+
 CPPFLAGS += -I$(SRC)/uts/intel/sys/acpi -DACPI_XTRACT_APP
 
 .KEEP_STATE:
 
 all: $(PROG)