diff options
Diffstat (limited to 'usr/src/uts/sun4v/arcfour/Makefile')
-rw-r--r-- | usr/src/uts/sun4v/arcfour/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr/src/uts/sun4v/arcfour/Makefile b/usr/src/uts/sun4v/arcfour/Makefile index 0a7abb5b3f..2111424952 100644 --- a/usr/src/uts/sun4v/arcfour/Makefile +++ b/usr/src/uts/sun4v/arcfour/Makefile @@ -82,6 +82,13 @@ COPTIMIZE = -xO5 -xbuiltin=%all sparc_SPACEFLAG = -W0,-Lt # +# 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_PTRDIFF_OVERFLOW + +# # Default build targets. # .KEEP_STATE: |