-
Notifications
You must be signed in to change notification settings - Fork 1
Treat all warnings as errors #2
Copy link
Copy link
Open
Labels
category: architectureIssue regarding the framework architectureIssue regarding the framework architecturepriority: lowNot that importantNot that important
Description
Activity
Metadata
Metadata
Assignees
Labels
category: architectureIssue regarding the framework architectureIssue regarding the framework architecturepriority: lowNot that importantNot that important
Because warnings demand just as much attention as errors. The compiler should successfully compile the code after specifying the
/WXflag for release builds.This only applies to internal warnings. Warnings from external libraries are currently suppressed by specifying the
/experimental:external /external:W0compiler flag. This only works for Visual Studio 15.6 or higher.Requires Issue #1 to be resolved first.