summaryrefslogtreecommitdiff
path: root/usr/src/uts/sparc/arp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sparc/arp/Makefile')
-rw-r--r--usr/src/uts/sparc/arp/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr/src/uts/sparc/arp/Makefile b/usr/src/uts/sparc/arp/Makefile
index 6f97e434d1..a394f7534b 100644
--- a/usr/src/uts/sparc/arp/Makefile
+++ b/usr/src/uts/sparc/arp/Makefile
@@ -75,6 +75,15 @@ CFLAGS += $(CCVERBOSE)
LDFLAGS += -dy -Ndrv/ip -Ndrv/hook -Nmisc/neti
#
+# 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_ASSIGN_NARROW_CONV
+
+#
# Default build targets.
#
.KEEP_STATE: