File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ Consider using `-Weverything` and disabling the few warnings you need to on Clan
115
115
* ` /w14547 ` 'operator': operator before comma has no effect; expected operator with side-effect
116
116
* ` /w14549 ` 'operator': operator before comma has no effect; did you intend 'operator'?
117
117
* ` /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'
119
119
* ` /w14640 ` Enable warning on thread un-safe static member initialization
120
120
* ` /w14826 ` Conversion from 'type1' to 'type_2' is sign-extended. This may cause unexpected runtime behavior.
121
121
* ` /w14905 ` wide string literal cast to 'LPSTR'
You can’t perform that action at this time.
0 commit comments