Skip to content

Commit 4ce45d6

Browse files
committed
Update 02-Use_the_Tools_Available.md
1 parent 6ed4f24 commit 4ce45d6

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
* `/w14547` 'operator': operator before comma has no effect; expected operator with side-effect
116116
* `/w14549` 'operator': operator before comma has no effect; did you intend 'operator'?
117117
* `/w14555` expression has no effect; expected expression with side-effect
118-
* `/w14619` \#pragma warning: there is no warning number 'number'
118+
* `/w14619` pragma warning: there is no warning number 'number'
119119
* `/w14640` Enable warning on thread un-safe static member initialization
120120
* `/w14826` Conversion from 'type1' to 'type_2' is sign-extended. This may cause unexpected runtime behavior.
121121
* `/w14905` wide string literal cast to 'LPSTR'

0 commit comments

Comments
 (0)