summaryrefslogtreecommitdiff
path: root/usr/src/uts/i86pc/pci/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/i86pc/pci/Makefile')
-rw-r--r--usr/src/uts/i86pc/pci/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr/src/uts/i86pc/pci/Makefile b/usr/src/uts/i86pc/pci/Makefile
index 64d7cca833..2b9cde0e77 100644
--- a/usr/src/uts/i86pc/pci/Makefile
+++ b/usr/src/uts/i86pc/pci/Makefile
@@ -68,6 +68,14 @@ CFLAGS += -D_MODULE_NAME="\"$(MODULE)\""
LINTFLAGS += -D_MODULE_NAME="\"$(MODULE)\""
#
+# 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_ASSIGN_NARROW_CONV
+
+#
# Default build targets.
#
.KEEP_STATE: