diff options
author | jg <none@none> | 2006-11-17 11:05:03 -0800 |
---|---|---|
committer | jg <none@none> | 2006-11-17 11:05:03 -0800 |
commit | bc1009abdd0a493796645bd983c1601396c09a5f (patch) | |
tree | cf8771121701f758fc1cf63ee7d649dbbdcc95a7 /usr/src/uts/intel/dev | |
parent | 424be376b985ffe9e35c16ddaa86e1f437e1348b (diff) | |
download | illumos-gate-bc1009abdd0a493796645bd983c1601396c09a5f.tar.gz |
6491034 dev: lint cleanup
6491042 devfs: lint cleanup
6491045 devinfo: lint cleanup
Diffstat (limited to 'usr/src/uts/intel/dev')
-rw-r--r-- | usr/src/uts/intel/dev/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/usr/src/uts/intel/dev/Makefile b/usr/src/uts/intel/dev/Makefile index dbca68aac4..b0674572cf 100644 --- a/usr/src/uts/intel/dev/Makefile +++ b/usr/src/uts/intel/dev/Makefile @@ -64,15 +64,6 @@ CFLAGS += $(CCVERBOSE) LDFLAGS += -dy -Nfs/devfs # -# 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_STATIC_UNUSED -LINTTAGS += -erroff=E_ASSIGN_NARROW_CONV - -# # Default build targets. # .KEEP_STATE: |