summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4u/blade/Makefile.blade.shared
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sun4u/blade/Makefile.blade.shared')
-rw-r--r--usr/src/uts/sun4u/blade/Makefile.blade.shared16
1 files changed, 14 insertions, 2 deletions
diff --git a/usr/src/uts/sun4u/blade/Makefile.blade.shared b/usr/src/uts/sun4u/blade/Makefile.blade.shared
index 9e7145a926..6e24b19f6f 100644
--- a/usr/src/uts/sun4u/blade/Makefile.blade.shared
+++ b/usr/src/uts/sun4u/blade/Makefile.blade.shared
@@ -19,9 +19,9 @@
# CDDL HEADER END
#
#
-#pragma ident "%Z%%M% %I% %E% SMI"
+#ident "%Z%%M% %I% %E% SMI"
#
-# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# Global definitions for sun4u jbos-blade implementation specific modules.
@@ -110,3 +110,15 @@ MACHINE_DEFS += -D$(PLATFORM) -D_MACHDEP -DSFMMU
#CPP_DEFS_32 =
#CPP_DEFS_64 = -D__sparcv9
#CPP_DEFS = $(CPP_DEFS_$(CLASS))
+
+#
+# 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_SUPPRESSION_DIRECTIVE_UNUSED
+LINTTAGS += -erroff=E_STATIC_UNUSED
+LINTTAGS += -erroff=E_PTRDIFF_OVERFLOW
+LINTTAGS += -erroff=E_ASSIGN_NARROW_CONV