[libav-devel] [PATCH] mov: Remove a variable that is set but never used

2014-07-08 Thread Martin Storsjö
This silences a warning with gcc. --- libavformat/mov.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 4a2d265..cc2dc87 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -213,7 +213,7 @@ static int

Re: [libav-devel] [PATCH] mov: Remove a variable that is set but never used

2014-07-08 Thread Diego Biurrun
On Tue, Jul 08, 2014 at 12:07:02PM +0300, Martin Storsjö wrote: This silences a warning with gcc. --- libavformat/mov.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Also OK. Diego ___ libav-devel mailing list libav-devel@libav.org