From: James Zern Date: Sat, 29 Jun 2013 01:07:37 +0000 (-0700) Subject: fix test compile error X-Git-Tag: v1.3.0~984^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a63e31e81e9d94587de41c57e843e3944902d7fe;p=platform%2Fupstream%2Flibvpx.git fix test compile error since: 92479d9 Make update_partition_context faster fixes: vp9/common/vp9_blockd.h:408:22: error: non-constant-expression cannot be narrowed from type 'int' to 'char' in initializer list [-Wc++11-narrowing] char pcvalue[2] = {~(0xe << boffset), ~(0xf <