1

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?!?

Leonardo
  • 10,737
  • 10
  • 62
  • 155

1 Answers1

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.

enter image description here

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