diff --git a/02-Use_the_Tools_Available.md b/02-Use_the_Tools_Available.md index 7d4e12b..90a43f8 100644 --- a/02-Use_the_Tools_Available.md +++ b/02-Use_the_Tools_Available.md @@ -115,7 +115,7 @@ Consider using `-Weverything` and disabling the few warnings you need to on Clan * `/w14547` 'operator': operator before comma has no effect; expected operator with side-effect * `/w14549` 'operator': operator before comma has no effect; did you intend 'operator'? * `/w14555` expression has no effect; expected expression with side-effect - * `/w14619` \#pragma warning: there is no warning number 'number' + * `/w14619` pragma warning: there is no warning number 'number' * `/w14640` Enable warning on thread un-safe static member initialization * `/w14826` Conversion from 'type1' to 'type_2' is sign-extended. This may cause unexpected runtime behavior. * `/w14905` wide string literal cast to 'LPSTR'