Skip to content

Commit 75b4ad1

Browse files
authored
Update MSVC flags descriptions
Closes cpp-best-practices#79
1 parent e10030a commit 75b4ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02-Use_the_Tools_Available.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Consider using `-Weverything` and disabling the few warnings you need to on Clan
115115

116116
`/permissive-` - [Enforces standards conformance](https://docs.microsoft.com/en-us/cpp/build/reference/permissive-standards-conformance).
117117

118-
`/W4 /W44640` - use these and consider the following
118+
`/W4 /W14640` - use these and consider the following (see descriptions below)
119119

120120
* `/W4` All reasonable warnings
121121
* `/w14242` 'identfier': conversion from 'type1' to 'type1', possible loss of data

0 commit comments

Comments
 (0)