diff options
author | gd78059 <none@none> | 2008-07-01 11:22:16 -0700 |
---|---|---|
committer | gd78059 <none@none> | 2008-07-01 11:22:16 -0700 |
commit | 22eb7cb54d8a6bcf6fe2674cb4b1f0cf2d85cfb6 (patch) | |
tree | 566d50817562c3269e1facc0905dcf7adf562774 /usr/src/uts/sparc/softmac | |
parent | 7f7c96a6a7060c462769ffdab973f2d77a5845b5 (diff) | |
download | illumos-gate-22eb7cb54d8a6bcf6fe2674cb4b1f0cf2d85cfb6.tar.gz |
6692913 MBLKL generates E_PTRDIFF_OVERFLOW lint warnings
6717598 MBLKSIZE() causes lint pointer-difference warnings
Diffstat (limited to 'usr/src/uts/sparc/softmac')
-rw-r--r-- | usr/src/uts/sparc/softmac/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/uts/sparc/softmac/Makefile b/usr/src/uts/sparc/softmac/Makefile index a7bfd6315d..89c2abe5bc 100644 --- a/usr/src/uts/sparc/softmac/Makefile +++ b/usr/src/uts/sparc/softmac/Makefile @@ -63,7 +63,6 @@ LDFLAGS += -dy -Ndrv/dld -Nmisc/mac -Nmisc/strplumb -Nmisc/dls # lint coverage. # LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN -LINTTAGS += -erroff=E_PTRDIFF_OVERFLOW # # Default build targets. |