From 4ba5b9616327ef64e8abc737d29b3faabc6ae68c Mon Sep 17 00:00:00 2001 From: Dan Kimmel Date: Fri, 2 Dec 2016 12:20:31 -0800 Subject: 7586 remove #ifdef __lint hack from dmu.h Reviewed by: Matthew Ahrens Reviewed by: Pavel Zakharov Approved by: Dan McDonald --- usr/src/uts/intel/dev/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'usr/src/uts/intel/dev') 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 -- cgit v1.2.3