Re: [FFmpeg-devel] [PATCH] avresample/resample: remove unused variable

2015-09-19 Thread Michael Niedermayer
On Sat, Sep 19, 2015 at 01:26:35PM -0400, Ganesh Ajjanagadde wrote: > This fixes a -Wunused-variable, see e.g > http://fate.ffmpeg.org/log.cgi?time=20150919162338&log=compile&slot=x86_64-archlinux-gcc-threads. > > Signed-off-by: Ganesh Ajjanagadde > --- > libavresample/resample.c | 1 - > 1 file

Re: [FFmpeg-devel] [PATCH] avresample/resample: remove unused variable

2015-09-19 Thread Ganesh Ajjanagadde
On Sat, Sep 19, 2015 at 1:26 PM, Ganesh Ajjanagadde wrote: > This fixes a -Wunused-variable, see e.g > http://fate.ffmpeg.org/log.cgi?time=20150919162338&log=compile&slot=x86_64-archlinux-gcc-threads. > > Signed-off-by: Ganesh Ajjanagadde > --- > libavresample/resample.c | 1 - > 1 file changed,

[FFmpeg-devel] [PATCH] avresample/resample: remove unused variable

2015-09-19 Thread Ganesh Ajjanagadde
This fixes a -Wunused-variable, see e.g http://fate.ffmpeg.org/log.cgi?time=20150919162338&log=compile&slot=x86_64-archlinux-gcc-threads. Signed-off-by: Ganesh Ajjanagadde --- libavresample/resample.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavresample/resample.c b/libavresample/res