Commit dcb6d5b8 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/genh: Mark coef_splitted as av_unused

This avoid "libavformat/genh.c:43:14: warning: variable coef_splitted set but not used"
Fewer warnings makes it easier to see new and important warnings
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent ae51f9bd
......@@ -42,7 +42,7 @@ static int genh_read_header(AVFormatContext *s)
{
unsigned start_offset, header_size, codec, coef_type, coef[2];
GENHDemuxContext *c = s->priv_data;
unsigned coef_splitted[2];
av_unused unsigned coef_splitted[2];
int align, ch, ret;
AVStream *st;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment