Subject: [Boost-bugs] [Boost C++ Libraries] #8549: Add a BOOST_ATTRIBUTE_UNUSED macro
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-05-04 09:28:24
#8549: Add a BOOST_ATTRIBUTE_UNUSED macro
------------------------------+---------------------------------------------
Reporter: viboes | Owner: johnmaddock
Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: config
Version: Boost 1.53.0 | Severity: Problem
Keywords: |
------------------------------+---------------------------------------------
Please take a look at #8546
{{{
#if defined(__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) &&
(__GNUC_MINOR__ >= 7)))
# define BOOST_ATTRIBUTE_UNUSED __attribute__((unused))
#else
# define BOOST_ATTRIBUTE_UNUSED
#endif
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8549> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:13 UTC