Update 02-Use_the_Tools_Available.md

This commit is contained in:
Jason Turner
2015-04-29 14:51:54 -06:00
parent b4efdd1aab
commit a875da7f9b

View File

@@ -70,7 +70,7 @@ You should use as many compilers as you can for your platform(s). Each compiler
`/W4 /W44640` `/W4 /W44640`
* `/W4` - All reasonable warnings * `/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 Not recommended