c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs#
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs# CDDL HEADER START
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs#
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs# The contents of this file are subject to the terms of the
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs# Common Development and Distribution License, Version 1.0 only
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs# (the "License"). You may not use this file except in compliance
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs# with the License.
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs#
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs# or http://www.opensolaris.org/os/licensing.
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs# See the License for the specific language governing permissions
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs# and limitations under the License.
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs#
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs# When distributing Covered Code, include this CDDL HEADER in each
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs# If applicable, add the following below this CDDL HEADER, with the
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs# fields enclosed by brackets "[]" replaced with your own identifying
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs# information: Portions Copyright [yyyy] [name of copyright owner]
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs#
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs# CDDL HEADER END
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs#
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs#
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs# Copyright 2014 Spectra Logic Corporation. All rights reserved.
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs# Use is subject to license terms.
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs#
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs# lint complains about unused inline functions, even though
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs# they are "inline", not "static inline", with "extern inline"
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs# implementations provided where needed in libraries and the
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. Gibbs# kernel.
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. GibbsLINTFLAGS += -erroff=E_STATIC_UNUSED
c1379625401dfbe1c39b79136dd384a571d47fdeJustin T. GibbsLINTFLAGS64 += -erroff=E_STATIC_UNUSED