mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 11:14:35 +03:00
Update 02-Use_the_Tools_Available.md
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user