shshankjain / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

ivfenc warning #192

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
fix these when you get a chance

    [CC] ivfenc.c.o
../libvpx/ivfenc.c: In function 'main':
../libvpx/ivfenc.c:1129: warning: unknown conversion type character 'I' in 
format
../libvpx/ivfenc.c:1129: warning: format '%7lu' expects type 'long unsigned 
int', but argument 9 has type 'long long int'
../libvpx/ivfenc.c:1129: warning: format '%s' expects type 'char *', but 
argument 10 has type 'long unsigned int'
../libvpx/ivfenc.c:1129: warning: format '%.2f' expects type 'double', but 
argument 11 has type 'char * const'
../libvpx/ivfenc.c:1129: warning: too many arguments for format

    [CC] vp8/encoder/firstpass.c.o
../libvpx/vp8/encoder/firstpass.c: In function 'vp8_find_next_key_frame':
../libvpx/vp8/encoder/firstpass.c:2516: warning: format '%8d' expects type 
'int', but argument 8 has type 'long long int'
../libvpx/vp8/encoder/firstpass.c:2574: warning: format '%8d' expects type 
'int', but argument 7 has type 'long long int'

%8lld would be the formatter for long long int

Original issue reported on code.google.com by fbarch...@chromium.org on 1 Oct 2010 at 5:51

GoogleCodeExporter commented 9 years ago

Original comment by iss...@webmproject.org on 16 Mar 2011 at 2:51

GoogleCodeExporter commented 9 years ago
These warnings do not occur in the latest code.

Original comment by slavarn...@google.com on 4 Apr 2011 at 6:01

GoogleCodeExporter commented 9 years ago

Original comment by albe...@google.com on 8 Mar 2012 at 12:10