boost/asio/ip/resolver_query_base.hpp:96:3: warning: all paths through this function will call itself
Willem Jan Withagen
wjw at digiware.nl
Fri Mar 25 19:15:26 UTC 2016
Hi Dimitry (or others),
Any suggestions why I'm getting this warning/error in the ceph code:
In file included from log/Log.cc:12:
In file included from /usr/local/include/boost/asio.hpp:63:
In file included from
/usr/local/include/boost/asio/ip/basic_resolver.hpp:24:
In file included from
/usr/local/include/boost/asio/ip/basic_resolver_query.hpp:21:
/usr/local/include/boost/asio/ip/resolver_query_base.hpp:96:3: warning:
all paths through this function will call
itself [-Winfinite-recursion]
Could be a boost error, but I have not seen any upgrades to a newer version.
More information about the freebsd-toolchain
mailing list