My VS 2015 is treating warnings, such as "Virtual member called in constructor", as error!
Compilation still completes the code is sprinkled with red underlines and the error list is completed polluted...
How can I make these items go back to being treated as warnings?!?
Asked
Active
Viewed 109 times
1

Leonardo
- 10,737
- 10
- 62
- 155
-
1[Warning as Error - How to rid these](http://stackoverflow.com/questions/2520853/warning-as-error-how-to-rid-these) – huMpty duMpty Dec 11 '15 at 12:11
1 Answers
3
You go to your project properties page, and in Build tab, find the "Treat warnings as errors" radio button, then select "None" - or just specific warnings that you want to highlight as errors.

Jon Skeet
- 1,421,763
- 867
- 9,128
- 9,194