From 8d756c0d55007ba13f69881d4fa1f2ad2b898a9b Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 6 Feb 2012 01:02:07 +0100 Subject: [PATCH] =?UTF-8?q?fix=20"warning:=20variable=20=E2=80=98cflags?= =?UTF-8?q?=E2=80=99=20set=20but=20not=20used"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Niedermayer --- libavformat/mov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 214463c823..e251535a55 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -602,7 +602,7 @@ static int mov_read_chan(MOVContext *c, AVIOContext *pb, MOVAtom atom) label_mask = 0; for (i = 0; i < num_descr; i++) { - uint32_t label, cflags; + uint32_t av_unused label, cflags; label = avio_rb32(pb); // mChannelLabel cflags = avio_rb32(pb); // mChannelFlags avio_rl32(pb); // mCoordinates[0]