[Boost-bugs] [Boost C++ Libraries] #12302: Warning while installing boost libraries

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