xref: /titanic_44/usr/src/cmd/mdb/common/modules/zfs/Makefile.zfs (revision c1379625401dfbe1c39b79136dd384a571d47fde)
1*c1379625SJustin T. Gibbs#
2*c1379625SJustin T. Gibbs# CDDL HEADER START
3*c1379625SJustin T. Gibbs#
4*c1379625SJustin T. Gibbs# The contents of this file are subject to the terms of the
5*c1379625SJustin T. Gibbs# Common Development and Distribution License, Version 1.0 only
6*c1379625SJustin T. Gibbs# (the "License").  You may not use this file except in compliance
7*c1379625SJustin T. Gibbs# with the License.
8*c1379625SJustin T. Gibbs#
9*c1379625SJustin T. Gibbs# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10*c1379625SJustin T. Gibbs# or http://www.opensolaris.org/os/licensing.
11*c1379625SJustin T. Gibbs# See the License for the specific language governing permissions
12*c1379625SJustin T. Gibbs# and limitations under the License.
13*c1379625SJustin T. Gibbs#
14*c1379625SJustin T. Gibbs# When distributing Covered Code, include this CDDL HEADER in each
15*c1379625SJustin T. Gibbs# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16*c1379625SJustin T. Gibbs# If applicable, add the following below this CDDL HEADER, with the
17*c1379625SJustin T. Gibbs# fields enclosed by brackets "[]" replaced with your own identifying
18*c1379625SJustin T. Gibbs# information: Portions Copyright [yyyy] [name of copyright owner]
19*c1379625SJustin T. Gibbs#
20*c1379625SJustin T. Gibbs# CDDL HEADER END
21*c1379625SJustin T. Gibbs#
22*c1379625SJustin T. Gibbs#
23*c1379625SJustin T. Gibbs# Copyright 2014 Spectra Logic Corporation.  All rights reserved.
24*c1379625SJustin T. Gibbs# Use is subject to license terms.
25*c1379625SJustin T. Gibbs#
26*c1379625SJustin T. Gibbs
27*c1379625SJustin T. Gibbs# lint complains about unused inline functions, even though
28*c1379625SJustin T. Gibbs# they are "inline", not "static inline", with "extern inline"
29*c1379625SJustin T. Gibbs# implementations provided where needed in libraries and the
30*c1379625SJustin T. Gibbs# kernel.
31*c1379625SJustin T. GibbsLINTFLAGS += -erroff=E_STATIC_UNUSED
32*c1379625SJustin T. GibbsLINTFLAGS64 += -erroff=E_STATIC_UNUSED
33