Skip to content
Snippets Groups Projects
Commit 947f0c8b authored by Brad King's avatar Brad King
Browse files

VS: Do not apply '/external:W*' flag table mapping on VS < 16.10

Since commit 9054cd05 (VS: Add flag table entries for '/external:W*'
flags in VS 16.10, 2021-05-28, v3.20.4~10^2) we map flags to the
`ExternalWarningLevel` element.  VS 16.9 does not support that element,
but its `cl` compiler does support the `/external:W*` flags.  Filter out
the flag table entry on older VS versions.

Fixes: #22308
parent e59a208b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment