I have a VS2010 VC++ project. I want to ensure that there are no additional warnings being added with new code. One way I can think of doing this is to store warnings from previous builds on a per file basis and compare them.I have a VS2010 VC++ project. I want to ensure