Merge "Fix compile warning."

This commit is contained in:
hkuang 2014-09-22 10:05:12 -07:00 committed by Gerrit Code Review
commit 8e7db6dd08

View File

@ -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,