Skip to content

Commit 201cc6d

Browse files
authored
Update 02-Use_the_Tools_Available.md
1 parent 57a62b8 commit 201cc6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

02-Use_the_Tools_Available.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ Consider using `-Weverything` and disabling the few warnings you need to on Clan
113113

114114
### MSVC
115115

116+
`/permissive-` - [Enforces standards conformance](https://docs.microsoft.com/en-us/cpp/build/reference/permissive-standards-conformance).
117+
116118
`/W4 /W44640` - use these and consider the following
117119

118120
* `/W4` All reasonable warnings

0 commit comments

Comments
 (0)