[FFmpeg-cvslog] r23823 - trunk/configure

Ramiro Polla ramiro.polla
Sun Jun 27 21:42:52 CEST 2010


On Sun, Jun 27, 2010 at 2:50 PM, Ramiro Polla <ramiro.polla at gmail.com> wrote:
> On Sun, Jun 27, 2010 at 11:16 AM, mru <subversion at mplayerhq.hu> wrote:
>> Author: mru
>> Date: Sun Jun 27 16:16:54 2010
>> New Revision: 23823
>>
>> Log:
>> Make implicit function declarations an error
>>
>> Modified:
>> ? trunk/configure
>>
>> Modified: trunk/configure
>> ==============================================================================
>> --- trunk/configure ? ? Sun Jun 27 16:16:46 2010 ? ? ? ?(r23822)
>> +++ trunk/configure ? ? Sun Jun 27 16:16:54 2010 ? ? ? ?(r23823)
>> @@ -2697,7 +2697,7 @@ elif enabled ccc; then
>> ? ? add_cflags -msg_disable unreachcode
>> ?elif enabled gcc; then
>> ? ? check_cflags -fno-tree-vectorize
>> - ? ?check_cflags -Werror=implicit
>> + ? ?check_cflags -Werror=implicit-function-declaration
>> ? ? check_cflags -Werror=missing-prototypes
>> ?elif enabled clang; then
>> ? ? check_cflags -Qunused-arguments
>
> This uncovered more bugs in MinGW:
> https://sourceforge.net/tracker/?func=detail&aid=3022047&group_id=2435&atid=102435
> https://sourceforge.net/tracker/?func=detail&aid=3022054&group_id=2435&atid=102435

And some more in cygwin which I'm too lazy to report. I've hacked
around the system headers and put up the patches I'm using for FATE
at:
http://fate.arrozcru.org/mingw32/patches/
http://fate.arrozcru.org/cygwin/patches/



More information about the ffmpeg-cvslog mailing list