Hi all,
I'm trying to build with VS2010, and I keep getting tripped by build warnings being treated as errors in third_party code. E.g.:
4>------ Build started: Project: libyuv, Configuration: Debug Win32 ------
(snip)
4>ClCompile:
4> row_win.cc
4>source\row_win.cc(3701): error C2220: warning treated as error - no 'object' file generated
4>source\row_win.cc(3701): warning C4102: 'alignloop1b' : unreferenced label
To forestall one obvious question, I did sync to lkgr.
I started by working around them individually, but it's going to get tedious quickly. How can I disable them universally?
Is there another workaround? Thanks,
--Juan