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/intel/wc | |
parent | 7f7c96a6a7060c462769ffdab973f2d77a5845b5 (diff) | |
download | illumos-joyent-22eb7cb54d8a6bcf6fe2674cb4b1f0cf2d85cfb6.tar.gz |
6692913 MBLKL generates E_PTRDIFF_OVERFLOW lint warnings
6717598 MBLKSIZE() causes lint pointer-difference warnings
Diffstat (limited to 'usr/src/uts/intel/wc')
-rw-r--r-- | usr/src/uts/intel/wc/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr/src/uts/intel/wc/Makefile b/usr/src/uts/intel/wc/Makefile index bf36ab42fd..efdad561f7 100644 --- a/usr/src/uts/intel/wc/Makefile +++ b/usr/src/uts/intel/wc/Makefile @@ -20,7 +20,7 @@ # # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" @@ -63,14 +63,6 @@ INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE) LDFLAGS += -dy -Nmisc/tem # -# 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_BAD_PTR_CAST_ALIGN -LINTTAGS += -erroff=E_PTRDIFF_OVERFLOW - -# # Default build targets. # .KEEP_STATE: |