-
Notifications
You must be signed in to change notification settings - Fork 521
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
Small Warnings Refactor #4477
Small Warnings Refactor #4477
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this looks good to me. I'm not the biggest fan of losing warnings in the game's src code because we have our own code in there too, but at least with VB we are reducing that over time.
It might be nice if we can set a cmake option to control this warning behavior so that it is easy to disable the override with a -D
flag for those that want to spot check things.
I was actually thinking about a build flag myself. I'll set that up as I handle the feedback. |
Resolve math macro duplication warnings.
… in command line to disable it. Prevet total compile option overwrite for LUS.
3f16d53
to
059517f
Compare
Disables all warnings, even in release, on the
src
directory, as well as the entirety of LUS.Resolves math macro duplication warnings.
Build Artifacts