There was an error while loading. Please reload this page.
2 parents 3916e4b + 90797e2 commit 59298adCopy full SHA for 59298ad
02-Use_the_Tools_Available.md
@@ -127,7 +127,7 @@ Consider using `-Weverything` and disabling the few warnings you need to on Clan
127
128
`/permissive-` - [Enforces standards conformance](https://docs.microsoft.com/en-us/cpp/build/reference/permissive-standards-conformance).
129
130
-`/W4 /W14640` - use these and consider the following (see descriptions below)
+`/W4 /w14640` - use these and consider the following (see descriptions below)
131
132
* `/W4` All reasonable warnings
133
* `/w14242` 'identfier': conversion from 'type1' to 'type1', possible loss of data
0 commit comments