There was an error while loading. Please reload this page.
1 parent e10030a commit 75b4ad1Copy full SHA for 75b4ad1
02-Use_the_Tools_Available.md
@@ -115,7 +115,7 @@ Consider using `-Weverything` and disabling the few warnings you need to on Clan
115
116
`/permissive-` - [Enforces standards conformance](https://docs.microsoft.com/en-us/cpp/build/reference/permissive-standards-conformance).
117
118
-`/W4 /W44640` - use these and consider the following
+`/W4 /W14640` - use these and consider the following (see descriptions below)
119
120
* `/W4` All reasonable warnings
121
* `/w14242` 'identfier': conversion from 'type1' to 'type1', possible loss of data
0 commit comments