shithub: libvpx

Download patch

ref: 8e7db6dd08af66128a0022e46423a9a51ebc9f13
parent: 31596ee877473b952afe07675606a392d4cfd229
parent: db71c1bd554f9407a3f3ed1daac7232e246e683d
author: hkuang <hkuang@google.com>
date: Mon Sep 22 06:05:12 EDT 2014

Merge "Fix compile warning."

--- a/test/convolve_test.cc
+++ b/test/convolve_test.cc
@@ -22,7 +22,7 @@
 
 namespace {
 
-static const int kMaxDimension = 64;
+static const unsigned int kMaxDimension = 64;
 
 typedef void (*ConvolveFunc)(const uint8_t *src, ptrdiff_t src_stride,
                              uint8_t *dst, ptrdiff_t dst_stride,