You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: