| Index: source/libvpx/test/fdct8x8_test.cc
|
| ===================================================================
|
| --- source/libvpx/test/fdct8x8_test.cc (revision 291857)
|
| +++ source/libvpx/test/fdct8x8_test.cc (working copy)
|
| @@ -39,7 +39,7 @@
|
| typedef std::tr1::tuple<FdctFunc, IdctFunc, int> Dct8x8Param;
|
| typedef std::tr1::tuple<FhtFunc, IhtFunc, int> Ht8x8Param;
|
|
|
| -void fdct8x8_ref(const int16_t *in, int16_t *out, int stride, int tx_type) {
|
| +void fdct8x8_ref(const int16_t *in, int16_t *out, int stride, int /*tx_type*/) {
|
| vp9_fdct8x8_c(in, out, stride);
|
| }
|
|
|
|
|