Re: [FFmpeg-devel] [PATCH] avdevice/xcbgrab: fix -Wunused-variable

2015-09-18 Thread Michael Niedermayer
On Fri, Sep 18, 2015 at 06:17:42PM -0400, Ganesh Ajjanagadde wrote: > This patch fixes a -Wunused-variable reported in e.g > http://fate.ffmpeg.org/log.cgi?time=20150918194649&log=compile&slot=x86_64-debian-asan-144800. > av_unused is used as opposed to a header guard for readability. applied tha

[FFmpeg-devel] [PATCH] avdevice/xcbgrab: fix -Wunused-variable

2015-09-18 Thread Ganesh Ajjanagadde
This patch fixes a -Wunused-variable reported in e.g http://fate.ffmpeg.org/log.cgi?time=20150918194649&log=compile&slot=x86_64-debian-asan-144800. av_unused is used as opposed to a header guard for readability. Signed-off-by: Ganesh Ajjanagadde --- libavdevice/xcbgrab.c | 2 +- 1 file changed,