Update 02-Use_the_Tools_Available.md

This commit is contained in:
Jason Turner
2016-05-25 13:10:40 -06:00
parent 6ed4f24dd4
commit 4ce45d6da9

View File

@@ -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 * `/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'? * `/w14549` 'operator': operator before comma has no effect; did you intend 'operator'?
* `/w14555` expression has no effect; expected expression with side-effect * `/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 * `/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. * `/w14826` Conversion from 'type1' to 'type_2' is sign-extended. This may cause unexpected runtime behavior.
* `/w14905` wide string literal cast to 'LPSTR' * `/w14905` wide string literal cast to 'LPSTR'