Skip to content

Fix for nightly unpredictable_function_pointer_comparisons warning#3633

Merged
kennykerr merged 2 commits intomasterfrom
unpredictable_function_pointer_comparisons
Jun 18, 2025
Merged

Fix for nightly unpredictable_function_pointer_comparisons warning#3633
kennykerr merged 2 commits intomasterfrom
unpredictable_function_pointer_comparisons

Conversation

@kennykerr
Copy link
Copy Markdown
Collaborator

The build validation for #3632 picked up a nightly change that now warns about function pointer fields within structs being unpredictable and thus not good candidates for deriving PartialEq. This PR addresses this by updating windows-bindgen to avoid the PartialEq derived implementation in such cases.

@kennykerr kennykerr merged commit 6705c15 into master Jun 18, 2025
29 checks passed
@kennykerr kennykerr deleted the unpredictable_function_pointer_comparisons branch June 18, 2025 15:40
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.

1 participant