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 casts to void* #4273

Closed
wants to merge 2 commits into from

Conversation

EthanSteinberg
Copy link
Collaborator

Description

The current code is broken for safe casts to void* as those are incorrectly converted to casts to void. This fixes the problem.

Fixes #4117, needed for #4125

@rwgk
Copy link
Collaborator

rwgk commented Oct 22, 2022

Oh ... did you close this because you saw #4274?

@henryiii
Copy link
Collaborator

I liked the way this just added to an existing tests (+ it works on clang since there's not a new class to complain about missing constructors about).

@rwgk
Copy link
Collaborator

rwgk commented Oct 22, 2022 via email

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.

[BUG]: void value not ignored as it ought to be
3 participants