[FFmpeg-cvslog] r11815 - trunk/libavformat/asf.c

Reimar Döffinger Reimar.Doeffinger
Sun Feb 3 00:07:48 CET 2008


Hello,
On Sat, Feb 02, 2008 at 05:51:08PM -0500, Ronald S. Bultje wrote:
> Here's what I hate (make 2>/tmp/log, don't bother fixing the ones I paste
> here because they're likely outdated, just run make 2>/tmp/log yourself):
> http.c: In function 'http_connect':
> http.c:237: warning: pointer targets in passing argument 1 of 'snprintf'
> differ in signedness

Actually, most of those you have are just caused by you not using the
official flags.
There are very good reasons why we are ignoring the "differ in
signedness" stuff, because it basically makes all string functions
unusable in the FFmpeg context (well, an alternative would be to use
-funsigned-char...)

Greetings,
Reimar D?ffinger




More information about the ffmpeg-cvslog mailing list