I'm stumped on how to suppress a flood of LNK4204 warnings for a vc110.pdb file in my VS2010 project. I've tried the /IGNORE approach, but after many attempts and extensive searching it appears that VS does not allow LNK4204 to be suppressed that way. Rebuilding the libraries in question to get the correct PDB files is not an option in my case.
Is there any way in the world to suppress this particular warning?