Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 02-Use_the_Tools_Available.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ Consider using `-Weverything` and disabling the few warnings you need to on Clan
Not recommended

* `/Wall` - Also warns on files included from the standard library, so it's not very useful and creates too many extra warnings.
* Since VS2022, `/external:anglebrackets /external:W0` can be used to turn off warnings from all headers included with angle brackets, e.g. `#include <utility>`.



Expand Down