mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 03:04:36 +03:00
Update 02-Use_the_Tools_Available.md
This commit is contained in:
@@ -70,7 +70,7 @@ You should use as many compilers as you can for your platform(s). Each compiler
|
||||
`/W4 /W44640`
|
||||
|
||||
* `/W4` - All reasonable warnings
|
||||
* `/w4640` - Enable warning on thread un-safe static member initialization
|
||||
* `/w44640` - Enable warning on thread un-safe static member initialization
|
||||
|
||||
Not recommended
|
||||
|
||||
|
||||
Reference in New Issue
Block a user