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 /home/jonesmz/meshpp_frameworks/3rdparty/ozo/include/ozo/connection_info.h:5:
In file included from /home/jonesmz/meshpp_frameworks/3rdparty/ozo/include/ozo/impl/async_connect.h:7:
In file included from /home/jonesmz/meshpp_frameworks/3rdparty/ozo/include/ozo/impl/request_oid_map.h:3:
/home/jonesmz/meshpp_frameworks/3rdparty/ozo/include/ozo/impl/async_request.h:209:25: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
yield get_connection(ctx_).async_wait_read(std::move(*this));
^
/usr/include/boost/asio/yield.hpp:18:16: note: expanded from macro 'yield'
# define yield BOOST_ASIO_CORO_YIELD
^
/usr/include/boost/asio/coroutine.hpp:326:32: note: expanded from macro 'BOOST_ASIO_CORO_YIELD'
# define BOOST_ASIO_CORO_YIELD BOOST_ASIO_CORO_YIELD_IMPL(LINE)
^
/usr/include/boost/asio/coroutine.hpp:300:7: note: expanded from macro 'BOOST_ASIO_CORO_YIELD_IMPL'
case (n): ;
^
The text was updated successfully, but these errors were encountered:
I get this warning on both Clang++8, and Clang++9.
Issue also reported upstream to Boost: boostorg/asio#310
I'm not sure how to fix this.
The text was updated successfully, but these errors were encountered: