encode_test_driver.cc: remove unused param warnings
authorJames Zern <jzern@google.com>
Fri, 22 Aug 2014 19:11:42 +0000 (12:11 -0700)
committerJames Zern <jzern@google.com>
Fri, 22 Aug 2014 19:13:07 +0000 (12:13 -0700)
Change-Id: I1d43acef0983d10bda9fa495d6d723a4f9e2deaf

test/encode_test_driver.cc

index 6d4281d..13f8c76 100644 (file)
@@ -133,8 +133,8 @@ static bool compare_img(const vpx_image_t *img1,
   return match;
 }
 
-void EncoderTest::MismatchHook(const vpx_image_t *img1,
-                               const vpx_image_t *img2) {
+void EncoderTest::MismatchHook(const vpx_image_t* /*img1*/,
+                               const vpx_image_t* /*img2*/) {
   ASSERT_TRUE(0) << "Encode/Decode mismatch found";
 }