summaryrefslogtreecommitdiff
path: root/usr/src/uts/sparc/xge/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sparc/xge/Makefile')
-rw-r--r--usr/src/uts/sparc/xge/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr/src/uts/sparc/xge/Makefile b/usr/src/uts/sparc/xge/Makefile
index 28a5746636..a8ec183a01 100644
--- a/usr/src/uts/sparc/xge/Makefile
+++ b/usr/src/uts/sparc/xge/Makefile
@@ -109,6 +109,15 @@ LDFLAGS += -dy -N misc/mac -N drv/ip
LINTFLAGS += $(CPPFLAGS) -Xc99=%all
#
+# For now, disable these lint checks; maintainers should endeavor
+# to investigate and remove these for maximum lint coverage.
+# Please do not carry these forward to new Makefiles.
+#
+LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN
+LINTTAGS += -erroff=E_PTRDIFF_OVERFLOW
+LINTTAGS += -erroff=E_STATIC_UNUSED
+
+#
#
# Default build targets.
#