Skip to content

Distributed: silence some -Wcast-function-type-mismatch #79037

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

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

compnerd
Copy link
Member

This silences some of the newer warnings about the casting of function pointers which is technically not permitted by the standard (function and data pointers are not guaranteed to be the same).

This silences some of the newer warnings about the casting of function
pointers which is technically not permitted by the standard (function
and data pointers are not guaranteed to be the same).
@compnerd compnerd requested a review from ktoso as a code owner January 30, 2025 01:48
@compnerd
Copy link
Member Author

@swift-ci please test

Copy link
Contributor

@ktoso ktoso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i guess it's ok? Thanks

@compnerd
Copy link
Member Author

@swift-ci please smoke test macOS platform

@compnerd compnerd merged commit 5a5f749 into swiftlang:main Jan 30, 2025
4 of 5 checks passed
@compnerd compnerd deleted the distributed-silence branch January 30, 2025 21:22
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