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

Fix Darwin CI #1146

Merged
merged 2 commits into from
Oct 22, 2024
Merged

Fix Darwin CI #1146

merged 2 commits into from
Oct 22, 2024

Conversation

fw-immunant
Copy link
Contributor

Darwin CI has been failing on all recent PRs; hopefully this fixes it.

this was breaking CI because newer macOS seems to ship a clang that is stricter about this
@fw-immunant fw-immunant force-pushed the fw/tests-explicit-type branch from 5d58c03 to 2a5a361 Compare October 22, 2024 17:10
@fw-immunant fw-immunant force-pushed the fw/tests-explicit-type branch from 2a5a361 to ef77378 Compare October 22, 2024 17:31
@fw-immunant
Copy link
Contributor Author

This fixes CI; it also adds explicit casts, so if the purpose of this test coverage was to handle implicit casts then we should instead take the approach of adding #pragma clang diagnostic ignore "-Wincompatible-function-pointer-types" and #pragma clang diagnostic ignore "-Wint-conversion" to the appropriate files.

@thedataking thedataking merged commit 9b639ab into master Oct 22, 2024
9 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