2 Nov
2016
2 Nov
'16
11:23 p.m.
On 11/03/16 02:00, Vinnie Falco wrote:
When I have "-Wunused-variable" I get these highly annoying warnings from boost/asio/error.hpp which I'm sure almost everyone has seen:
boost_1_60_0/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
There's this PR fixing it: https://github.com/boostorg/asio/pull/32