VS 2015 marking warning as erros

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

Jon Skeet
people
quotationmark

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

people

See more on this question at Stackoverflow