summaryrefslogtreecommitdiff
path: root/usr/src/uts/i86pc/pcic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/i86pc/pcic/Makefile')
-rw-r--r--usr/src/uts/i86pc/pcic/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr/src/uts/i86pc/pcic/Makefile b/usr/src/uts/i86pc/pcic/Makefile
index e863cef779..d910a5860c 100644
--- a/usr/src/uts/i86pc/pcic/Makefile
+++ b/usr/src/uts/i86pc/pcic/Makefile
@@ -64,6 +64,15 @@ CPPFLAGS += -DCARDBUS -DHOTPLUG
#
LDFLAGS += -dy -Nmisc/busra -Nmisc/pcmcia -Nmisc/cardbus
+#
+# 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_SUSPICIOUS_COMPARISON
+LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN
+LINTTAGS += -erroff=E_STATIC_UNUSED
+LINTTAGS += -erroff=E_ASSIGN_NARROW_CONV
#
# Default build targets.