summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4v/vcc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sun4v/vcc/Makefile')
-rw-r--r--usr/src/uts/sun4v/vcc/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr/src/uts/sun4v/vcc/Makefile b/usr/src/uts/sun4v/vcc/Makefile
index 96f860045c..30d5dc0b22 100644
--- a/usr/src/uts/sun4v/vcc/Makefile
+++ b/usr/src/uts/sun4v/vcc/Makefile
@@ -80,6 +80,16 @@ CERRWARN += -erroff=E_STATEMENT_NOT_REACHED
LDFLAGS += -dy -Nmisc/ldc -Nmisc/platsvc
#
+# 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_ASSIGN_NARROW_CONV
+LINTTAGS += -erroff=E_STATIC_UNUSED
+LINTTAGS += -erroff=E_SUSPICIOUS_COMPARISON
+
+#
# Default build targets.
#
.KEEP_STATE: