OSDN Git Service

Include missing do in do/while macro
authorVictor Toso <me@victortoso.com>
Tue, 19 Dec 2017 09:05:10 +0000 (10:05 +0100)
committerXiang, Haihao <haihao.xiang@intel.com>
Wed, 10 Jan 2018 01:12:43 +0000 (09:12 +0800)
commit1bf677fc99d6e35f3444a3ff2b6118d9325ad00c
tree359f06d6c402a3aa31555bf7b51764abfd4a31e1
parent8f2071a366f042c369471ed1033e5e8a24a634b5
Include missing do in do/while macro

i965_encoder_vp8.c:1895:123: note: put the semicolon on a separate line
                             to silence this warning
i965_encoder_vp8.c:1898:112: warning: while loop has empty body

> ALLOC_VP8_RESOURCE_BUFFER(pak_mpu_tpu_picture_state_buffer,
>                           VP8_PICTURE_STATE_SIZE,
>                           "Picture state buffer");

Signed-off-by: Victor Toso <victortoso@redhat.com>
src/i965_encoder_vp8.c