-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
Warning Levels for Visual Studio's C++ compiler #302
Comments
Docs on MSVC compiler warnings. At first glance it looks like we'll want
Do we want this? I don't have a Windows box to test on. Warnings in |
An error warning level of higher than /W4 in Visual C++ tends to bury the user in warnings generated by the standard library. For most users and especially newer C++ programmers, /W4 seems optimal, because most users don't need to see those warnings. |
@Nolshine Thanks for the info! We'll stick with |
I have no clue about the warning levels in MSVC to be honest, so whatever suggestion here is probably fine. I can test this on a Windows box at some point. |
@KevinWMatthews The Github Actions are now running on this repo, and they run all the tests on Windows and spit out all the output, so you should* be able to test that here. Here is the Windows run: https://github.com/exercism/cpp/runs/222211460 They should run on a PR opened against the master branch, as well as pushes to master, so you should be able to test in a PR.
|
Copying an issue raised on exercism/exercism for better visibility:
The text was updated successfully, but these errors were encountered: