awdseq1357 / libyuv

Automatically exported from code.google.com/p/libyuv
0 stars 0 forks source link

c_time unused #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://s390pkgs.fedoraproject.org/packages/libyuv/0/0.5.20120308svn209.fc17/data
/logs/s390/build.log

compare_test.cc: In member function 'virtual void 
libyuv::libyuvTest_BenchmarkPsnr_C_Test::TestBody()':
compare_test.cc:149:10: warning: unused variable 'c_time' [-Wunused-variable]

Original issue reported on code.google.com by fbarch...@google.com on 19 Mar 2012 at 4:14

GoogleCodeExporter commented 9 years ago
Once fixed (benchmarking), this actually caught a bug - the image based PSNR 
was not using SSE2 code.
Fixed in r218.

Original comment by fbarch...@google.com on 19 Mar 2012 at 5:11