]> granicus.if.org Git - libvpx/commit
Fix visual studio build failure
authorYunqing Wang <yunqingwang@google.com>
Fri, 3 Feb 2017 16:29:21 +0000 (08:29 -0800)
committerYunqing Wang <yunqingwang@google.com>
Fri, 3 Feb 2017 16:36:55 +0000 (08:36 -0800)
commit2a21b45fdcb82cac39ba36ab5cf55b433b45323a
tree6cb139232a76e7f35ad009f61ce575b89ac7c185
parenta16ca80b09cb4d698606d706486c2d22577af124
Fix visual studio build failure

Fixed the following issue.
..\test\vp9_ethread_test.cc(69): warning C4805: '|=' : unsafe mix of type 'bool' and type 'int' in operation [C:\src\buildbot\test-libvpx\tests\dveCPjwhBE\.build-x86_64-win64-vs10\test_libvpx.vcxproj]
..\test\vp9_ethread_test.cc(69): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning) [C:\src\buildbot\test-libvpx\tests\dveCPjwhBE\.build-x86_64-win64-vs10\test_libvpx.vcxproj]

Change-Id: I37f897cf12a0b7500d2fcbac9e4615f08a83fdb4
test/vp9_ethread_test.cc