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

Disable -Wincompatible-function-pointer-types in testlib #123

Conversation

misl6
Copy link
Member

@misl6 misl6 commented Sep 29, 2024

Recent Xcode versions started to treat Wincompatible-function-pointer-types as an error.
Our test code for variadic functions actually takes advantage of this "feature".

This PR disables -Wincompatible-function-pointer-types checks on that chunk of code.

Maybe we should rewrite that test code to avoid that in future?

@akshayaurora akshayaurora merged commit dccb07c into kivy:master Oct 4, 2024
22 checks passed
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

Successfully merging this pull request may close these issues.

2 participants