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

Treat all warnings as errors #2

Open
crud89 opened this issue Apr 1, 2019 · 0 comments
Open

Treat all warnings as errors #2

crud89 opened this issue Apr 1, 2019 · 0 comments
Labels
category: architecture Issue regarding the framework architecture priority: low Not that important

Comments

@crud89
Copy link
Owner

crud89 commented Apr 1, 2019

Because warnings demand just as much attention as errors. The compiler should successfully compile the code after specifying the /WX flag for release builds.

This only applies to internal warnings. Warnings from external libraries are currently suppressed by specifying the /experimental:external /external:W0 compiler flag. This only works for Visual Studio 15.6 or higher.

Requires Issue #1 to be resolved first.

@crud89 crud89 added category: architecture Issue regarding the framework architecture priority: low Not that important labels Apr 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: architecture Issue regarding the framework architecture priority: low Not that important
Projects
None yet
Development

No branches or pull requests

1 participant