Subject: [Boost-bugs] [Boost C++ Libraries] #12302: Warning while installing boost libraries
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-06-27 12:02:26
#12302: Warning while installing boost libraries
----------------------------------+------------------------------
Reporter: shopping_vineeshvs@⦠| Type: Bugs
Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.61.0
Severity: Problem | Keywords:
----------------------------------+------------------------------
The command
{{{
./b2 install
}}}
gives the following warnings
{{{
./boost/asio/error.hpp:258:45: warning:
âboost::asio::error::system_categoryâ defined but not used [-Wunused-
variable]
static const boost::system::error_category& system_category
^
./boost/asio/error.hpp:260:45: warning:
âboost::asio::error::netdb_categoryâ defined but not used [-Wunused-
variable]
static const boost::system::error_category& netdb_category
^
./boost/asio/error.hpp:262:45: warning:
âboost::asio::error::addrinfo_categoryâ defined but not used [-Wunused-
variable]
static const boost::system::error_category& addrinfo_category
^
./boost/asio/error.hpp:264:45: warning:
âboost::asio::error::misc_categoryâ defined but not used [-Wunused-
variable]
static const boost::system::error_category& misc_category
}}}
Any ideas why?
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12302> 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:20 UTC