Skip to content
Snippets Groups Projects
Commit ee78391c authored by Francois Keith's avatar Francois Keith Committed by Brad King
Browse files

CSharp: Add 'warnaserror:...' to v142 flag table for VS

This allows listing the warnings that must be flagged as errors.
For example:

    target_compile_options(proj PRIVATE "/warnaserror:1998,4014")
parent e38997d8
No related branches found
No related tags found
No related merge requests found
......@@ -270,6 +270,17 @@
"value": "",
"flags": []
},
{
"name": "WarningsAsErrors",
"switch": "warnaserror:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired",
"CommaAppendable"
]
},
{
"name": "WarningLevel",
"switch": "warn:0",
......
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