Opened 6 years ago
Last modified 6 years ago
#12302 new Bugs
Warning while installing boost libraries
Reported by: | Owned by: | chris_kohlhoff | |
---|---|---|---|
Milestone: | To Be Determined | Component: | asio |
Version: | Boost 1.61.0 | Severity: | Problem |
Keywords: | Cc: |
Description
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?
Note:
See TracTickets
for help on using tickets.