]> granicus.if.org Git - libvpx/commit
Silience -wextra warnings in vp9_reconintra.c
authorJingning Han <jingning@google.com>
Tue, 13 May 2014 18:06:48 +0000 (11:06 -0700)
committerJingning Han <jingning@google.com>
Tue, 13 May 2014 19:54:23 +0000 (12:54 -0700)
commit806fa6aacad1c8514c100198b21f21768bf0bc54
tree5f2a44a4333eabdc012ff4daa81686754ae4f4bf
parent38f3cf125efe262f661d4f1e95d6eba0fb349e57
Silience -wextra warnings in vp9_reconintra.c

The warning messages complained that there are unused arguments
in a few prediction modes. This structure was designed on purpose,
such that a wrapper function can cover all prediction mode cases
and make them readily accessible as an pointer array.

This commit silences such warnings.

Change-Id: I7036b6bdb70747e5327d8f6fceb154f100abc4c0
vp9/common/vp9_reconintra.c