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

msvc: update c++ conformance flags #11436

Merged
merged 4 commits into from Jan 24, 2023
Merged

Conversation

shuffle2
Copy link
Contributor

The only effective change is enabling /Zc:enumTypes (pls read)

This has the possibility to change binary representation of enums. However, Dolphin compiles and (seems to) run fine, so I don't see this introducing issues at the moment. IMO it only modifies behavior in weird edge cases, which probably aren't in use in the codebase, anyway.

@lioncash lioncash merged commit 5525f01 into dolphin-emu:master Jan 24, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants