Advertisement
Guest User

Vcash

a guest
Jan 21st, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. ../../deps/boost/boost/asio/error.hpp:244:45: warning: ‘boost::asio::error::system_category’ defined but not used [-Wunused-variable]
  2. static const boost::system::error_category& system_category
  3. ^
  4. ../../deps/boost/boost/asio/error.hpp:246:45: warning: ‘boost::asio::error::netdb_category’ defined but not used [-Wunused-variable]
  5. static const boost::system::error_category& netdb_category
  6. ^
  7. ../../deps/boost/boost/asio/error.hpp:248:45: warning: ‘boost::asio::error::addrinfo_category’ defined but not used [-Wunused-variable]
  8. static const boost::system::error_category& addrinfo_category
  9. ^
  10. ../../deps/boost/boost/asio/error.hpp:250:45: warning: ‘boost::asio::error::misc_category’ defined but not used [-Wunused-variable]
  11. static const boost::system::error_category& misc_category
  12. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement