mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 19:24:36 +03:00
@@ -127,7 +127,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 /W14640` - use these and consider the following (see descriptions below)
|
||||
`/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
|
||||
|
||||
Reference in New Issue
Block a user