shithub: libvpx

Download patch

ref: f2be83188511e36d0fbee17c4f364da83213a02e
parent: c53aacf40899820d51050335cf9b90f1f74da87f
author: Johann <johannkoenig@google.com>
date: Tue Sep 13 10:22:26 EDT 2016

altref test: comment out 'pass'

All the other test which do not use 'pass' (which appears to be almost
all of them) do this.

Cleans -Wextra/-Wunused-parameter:
unused parameter ‘pass’

Change-Id: I1ff3acf3f3d1e831f94dcb00ea36337afe0aefe0

--- a/test/altref_test.cc
+++ b/test/altref_test.cc
@@ -31,7 +31,7 @@
     SetMode(libvpx_test::kTwoPassGood);
   }
 
-  virtual void BeginPassHook(unsigned int pass) { altref_count_ = 0; }
+  virtual void BeginPassHook(unsigned int /*pass*/) { altref_count_ = 0; }
 
   virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video,
                                   libvpx_test::Encoder *encoder) {