summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/mac/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/mac/Makefile')
-rw-r--r--usr/src/uts/intel/mac/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr/src/uts/intel/mac/Makefile b/usr/src/uts/intel/mac/Makefile
index 12bd648ee0..870b260f75 100644
--- a/usr/src/uts/intel/mac/Makefile
+++ b/usr/src/uts/intel/mac/Makefile
@@ -22,13 +22,10 @@
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#ident "%Z%%M% %I% %E% SMI"
-#
#
# This makefile drives the production of the mac driver
# kernel module.
#
-
#
# Path to the base of the uts directory tree (usually /usr/src/uts).
#
@@ -53,7 +50,6 @@ include $(UTSBASE)/intel/Makefile.intel
ALL_TARGET = $(BINARY)
LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
-LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN
#
# Overrides.
@@ -61,6 +57,9 @@ LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN
CFLAGS += $(CCVERBOSE)
LDFLAGS += -dy
+LINTTAGS += -erroff=E_PTRDIFF_OVERFLOW
+LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN
+
#
# Default build targets.
#