In the previous article, I have explained how to convert all warning messages as error. But some times not all the warning errors have negative impact on the application. In this case we can choose selective warning messages (level3) and inform ...
Visual Studio provides configuration settings where you can set warning messages as error. In this case all warning messages treated as errors and this makes developer to fix warning messages to make build successful.