-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
clang: selector.c:301:26: error: incompatible function pointer types #290
Comments
Wow, that is a lot of warnings! Feel free to submit PRs to fix, otherwise I'll look at it when I have time. |
No panic 😉. It is only a test/development system. I just rebuilt Ruby with Most warnings seem to come from |
I think we should check if upstream libev has fixed these issues? |
This should be fixed in the latest release, can you please confirm and update the issue. |
Working here. Thanks a lot! |
When Ruby is built with clang,
gem install nio4r
fails with:Environment
Ruby has been built with rvm:
> CC=clang CXX=clang++ optflags="-O3 -march=native -mtune=native" rvm reinstall 3.1.3 --disable-binary
Same happens with Ruby 3.2.0 built the same way.
Steps to reproduce
The text was updated successfully, but these errors were encountered: