From 4ce45d6da92c6153871ef174e124400dc546d5a3 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Wed, 25 May 2016 13:10:40 -0600 Subject: [PATCH] Update 02-Use_the_Tools_Available.md --- 02-Use_the_Tools_Available.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'