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

Added void* cast to suppress trivially-copyable warning #8537

Merged
merged 5 commits into from
Mar 31, 2025

Conversation

azonenberg
Copy link
Contributor

Constructor for ImGui_ImplVulkan_ViewportData calls memset on RenderBuffers without a void* cast causing compile warnings

@ocornut ocornut merged commit 9fdeb41 into ocornut:docking Mar 31, 2025
6 checks passed
@ocornut
Copy link
Owner

ocornut commented Mar 31, 2025

Merged, thank you. Somehow it was the only leftover code doing that, probably because it's not in master branch.

(Minor: note that PR are typically done against a dedicated branch, which avoid the accidentally commit noise. It didn't affect me at all here as I squashed the result and the 4 others commits ended up cancelling each others anyhow, but I thought you may want to know)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants