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 new afxdp.h nameless struct warning #531

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

mtfriesen
Copy link
Contributor

The latest VS2022 toolchains fail to suppress the nameless struct/union warning in C++ mode. I don't know why that is, but work around it by suppressing it a different way.

@mtfriesen mtfriesen requested a review from a team as a code owner June 7, 2024 15:31
@mtfriesen mtfriesen added bug Something isn't working build Related to building/compiling the code labels Jun 7, 2024
@mtfriesen mtfriesen enabled auto-merge (squash) June 7, 2024 15:31
@mtfriesen mtfriesen merged commit 5b16dd1 into main Jun 7, 2024
39 of 45 checks passed
@mtfriesen mtfriesen deleted the mtfriesen/fix_afxdp_nameless_struct branch June 7, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Related to building/compiling the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants