On Sat, 24 Oct 2015 09:29:23 -0400
Ganesh Ajjanagadde <gajjanaga...@gmail.com> wrote:

> ISO C restricts enumerator values to the range of int. Thus (for instance) 
> 0x80000000
> unfortunately does not work, and throws a warning with -Wpedantic on
> clang 3.7.
> 
> This fixes such errors by explicitly casting as an int, doing the
> desired unsigned to signed conversion. This method works on all current
> architectures. Tested with FATE.
> 

What is the point of trying to fix warnings with -Wpedantic? We don't
even use this flag.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to