Re: [FFmpeg-devel] [PATCH] avcodec/xface: suppress -Wstrict-overflow warnings

2015-10-17 Thread Ganesh Ajjanagadde
On Sat, Sep 26, 2015 at 11:05 AM, Ganesh Ajjanagadde wrote: > On Fri, Sep 18, 2015 at 5:31 PM, Ganesh Ajjanagadde > wrote: >> This patch results in identical behavior of xface, and suppresses >> -Wstrict-overflow >> warnings observed in GCC 5.2. >> I have manually checked that this usage is safe

Re: [FFmpeg-devel] [PATCH] avcodec/xface: suppress -Wstrict-overflow warnings

2015-09-26 Thread Ganesh Ajjanagadde
On Fri, Sep 18, 2015 at 5:31 PM, Ganesh Ajjanagadde wrote: > This patch results in identical behavior of xface, and suppresses > -Wstrict-overflow > warnings observed in GCC 5.2. > I have manually checked that this usage is safe, and overflow possibility does > not exist with this expression rewr

[FFmpeg-devel] [PATCH] avcodec/xface: suppress -Wstrict-overflow warnings

2015-09-18 Thread Ganesh Ajjanagadde
This patch results in identical behavior of xface, and suppresses -Wstrict-overflow warnings observed in GCC 5.2. I have manually checked that this usage is safe, and overflow possibility does not exist with this expression rewrite. Signed-off-by: Ganesh Ajjanagadde --- libavcodec/xface.c | 2 +