-
Notifications
You must be signed in to change notification settings - Fork 56
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
fix compilation on macOS 12 #67
Conversation
Breaks build on 11... working on this. removing -Werror would also work, but avoiding warnings is... better. |
Compiles on macOS 12 and macOS 11.5, I don't have anything else to test. As documented in comments this uses clang features to gate the new functionality and C pragmas to quiet it about the deprecated definition. It may break in future if |
Builds on macOS 13 as well. |
Thanks for the patch! I was doing the same based on the Could you tell me if there's a difference with pragmas? Also I see you PR stuck for a while, nobody maintains this package? |
Hi! |
I'm sorry, but does this mean he's the only one who can approve this PR? |
No. :) |
Fixes issue #66