{
struct nouveau_vp3_decoder *dec = (struct nouveau_vp3_decoder *)decoder;
uint32_t comm_seq = ++dec->fence_seq;
- unsigned ret = 0;
+ MAYBE_UNUSED unsigned ret = 0; /* used in debug checks */
assert(dec);
assert(target);
{
struct nouveau_vp3_decoder *dec = (struct nouveau_vp3_decoder *)decoder;
uint32_t comm_seq = dec->fence_seq;
- unsigned ret = 0;
+ MAYBE_UNUSED unsigned ret = 0; /* used in debug checks */
assert(decoder);
uint32_t comm_seq = dec->fence_seq;
union pipe_desc desc;
- unsigned vp_caps, is_ref, ret;
+ unsigned vp_caps, is_ref;
+ MAYBE_UNUSED unsigned ret; /* used in debug checks */
struct nouveau_vp3_video_buffer *refs[16] = {};
desc.base = picture;