Update MSVC flags descriptions

Closes #79
This commit is contained in:
Jason Turner
2018-01-18 16:50:27 -07:00
committed by GitHub
parent e10030ae18
commit 75b4ad1b43

View File

@@ -115,7 +115,7 @@ Consider using `-Weverything` and disabling the few warnings you need to on Clan
`/permissive-` - [Enforces standards conformance](https://docs.microsoft.com/en-us/cpp/build/reference/permissive-standards-conformance).
`/W4 /W44640` - use these and consider the following
`/W4 /W14640` - use these and consider the following (see descriptions below)
* `/W4` All reasonable warnings
* `/w14242` 'identfier': conversion from 'type1' to 'type1', possible loss of data