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

address VS2022 upgrade warnings #102

Open
3 tasks
mrwonko opened this issue May 26, 2024 · 0 comments
Open
3 tasks

address VS2022 upgrade warnings #102

mrwonko opened this issue May 26, 2024 · 0 comments

Comments

@mrwonko
Copy link
Owner

mrwonko commented May 26, 2024

Upgrading the original VS projects yields a bunch of warnings. Most notably:

  • The C/C++ compiler switch /Og has been deprecated and has been removed from your project settings. It is recommended that you use /O1 or /O2 instead.
  • Various MSB8012 warnings about path mismatches. If I run into build errors, this could be why.
  • The C/C++ compiler switch /YX is no longer supported. /YX has been removed from your project settings.

Medium-term, I'll introduce a cross-platform build tool, so I may not need to address these warnings.

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

No branches or pull requests

1 participant