Skip to content

Commit 59298ad

Browse files
authored
Merge pull request cpp-best-practices#92 from ashutosh108/patch-1
/W14640 => /w14640
2 parents 3916e4b + 90797e2 commit 59298ad

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
@@ -127,7 +127,7 @@ Consider using `-Weverything` and disabling the few warnings you need to on Clan
127127

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

130-
`/W4 /W14640` - use these and consider the following (see descriptions below)
130+
`/W4 /w14640` - use these and consider the following (see descriptions below)
131131

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

0 commit comments

Comments
 (0)