diff options
author | Dan Kimmel <dan.kimmel@delphix.com> | 2016-12-02 12:20:31 -0800 |
---|---|---|
committer | Matthew Ahrens <mahrens@delphix.com> | 2016-12-02 12:32:27 -0800 |
commit | 4ba5b9616327ef64e8abc737d29b3faabc6ae68c (patch) | |
tree | 6baefbf7d40916feec51964371dcea3660be4481 /usr/src/uts/intel/dev | |
parent | 719d176126cc1c689a469d4c3553d770d1c4e94e (diff) | |
download | illumos-gate-4ba5b9616327ef64e8abc737d29b3faabc6ae68c.tar.gz |
7586 remove #ifdef __lint hack from dmu.h
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Pavel Zakharov <pavel.zakharov@delphix.com>
Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/uts/intel/dev')
-rw-r--r-- | usr/src/uts/intel/dev/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/uts/intel/dev/Makefile b/usr/src/uts/intel/dev/Makefile index b5c7c1a9c8..c34feb9c18 100644 --- a/usr/src/uts/intel/dev/Makefile +++ b/usr/src/uts/intel/dev/Makefile @@ -23,6 +23,8 @@ # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright (c) 2016 by Delphix. All rights reserved. +# # This makefile drives the production of the dev file system # kernel module. # @@ -63,6 +65,9 @@ LDFLAGS += -dy -Nfs/devfs -Nmisc/dls INC_PATH += -I$(UTSBASE)/common/fs/zfs INC_PATH += -I$(UTSBASE)/common/io/bpf +LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN +LINTTAGS += -erroff=E_STATIC_UNUSED + CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-unused-label CERRWARN += -_gcc=-Wno-uninitialized |