Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails on macOS 10.12 (Sierra) with LLVM Clang 8.0.0 in src/lib/asiolink/simple_callback.h:66:64 #115

Open
cstrotm opened this issue Jan 5, 2017 · 0 comments

Comments

@cstrotm
Copy link
Contributor

cstrotm commented Jan 5, 2017

Making all in .
  CXX      libbundy_asiodns_la-dns_service.lo
In file included from dns_service.cc:19:
In file included from ./dns_service.h:21:
../../../src/lib/asiolink/simple_callback.h:66:64: error: all paths through this function will call itself [-Werror,-Winfinite-recursion]
    virtual void operator()(const IOMessage& io_message) const {
                                                               ^
In file included from dns_service.cc:24:
In file included from ./tcp_server.h:27:
./dns_server.h:77:5: error: all paths through this function will call itself [-Werror,-Winfinite-recursion]
    {
    ^
In file included from dns_service.cc:24:
In file included from ./tcp_server.h:28:
./dns_lookup.h:78:5: error: all paths through this function will call itself [-Werror,-Winfinite-recursion]
    {
    ^
3 errors generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant