From dcb6d5b831b32ade33d578ba593b1f65cb77191d Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 18 Oct 2015 20:31:27 +0200 Subject: 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: Michael Niedermayer --- libavformat/genh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/genh.c b/libavformat/genh.c index d8723d51a3..cb1a02f277 100644 --- a/libavformat/genh.c +++ b/libavformat/genh.c @@ -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; -- cgit v1.2.3