You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from D:\git\boost_\libs\asio\include\boost/asio.hpp:69:
D:\git\boost_\libs\asio\include\boost/asio/co_composed.hpp(720,15): warning: declaration shadows a local variable [-Wshadow-uncaptured-local]
720 | auto& promise = *static_cast<derived_type*>(p);
| ^
D:\git\boost_\libs\asio\include\boost/asio/co_composed.hpp(713,19): note: previous declaration is here
713 | derived_type& promise = *static_cast<derived_type*>(this);
| ^
In file included from D:\git\boost_\libs\asio\include\boost/asio.hpp:70:
In file included from D:\git\boost_\libs\asio\include\boost/asio/co_spawn.hpp:521:
D:\git\boost_\libs\asio\include\boost/asio/impl/co_spawn.hpp(162,42): warning: declaration shadows a local variable [-Wshadow-uncaptured-local]
162 | [handler = std::move(s.handler), t = std::move(t)]() mutable
| ^
D:\git\boost_\libs\asio\include\boost/asio/impl/co_spawn.hpp(150,7): note: previous declaration is here
150 | T t = co_await s.function();
| ^
In file included from D:\git\boost_\libs\asio\include\boost/asio.hpp:125:
In file included from D:\git\boost_\libs\asio\include\boost/asio/ip/basic_resolver.hpp:31:
In file included from D:\git\boost_\libs\asio\include\boost/asio/ip/basic_resolver_query.hpp:21:
In file included from D:\git\boost_\libs\asio\include\boost/asio/ip/resolver_query_base.hpp:19:
D:\git\boost_\libs\asio\include\boost/asio/ip/resolver_base.hpp(69,5): warning: declaration shadows a variable in namespace 'boost::asio::ip' [-Wshadow]
69 | v4_mapped = BOOST_ASIO_OS_DEF(AI_V4MAPPED),
| ^
D:\git\boost_\libs\asio\include\boost/asio/ip/address_v6.hpp(290,20): note: previous declaration is here
290 | enum v4_mapped_t { v4_mapped };
| ^
The text was updated successfully, but these errors were encountered:
would be nice to fix this
The text was updated successfully, but these errors were encountered: