Skip to content

Commit d57b14e

Browse files
authored
Update 02-Use_the_Tools_Available.md
Update working around /Wall
1 parent b0ece55 commit d57b14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02-Use_the_Tools_Available.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Consider using `-Weverything` and disabling the few warnings you need to on Clan
161161

162162
Not recommended
163163

164-
* `/Wall` - Also warns on files included from the standard library, so it's not very useful and creates too many extra warnings.
164+
* `/Wall` - Not recommended for normal builds because the MSVC standard library is not `/Wall` "clean", but can be enabled to discover new warnings to enable.
165165
* Since VS2022, `/external:anglebrackets /external:W0` can be used to turn off warnings from all headers included with angle brackets, e.g. `#include <utility>`.
166166

167167

0 commit comments

Comments
 (0)