Menu

Commit [r2893]  Maximize  Restore  History

gcc4 spotted these:

png2yuv.c: In function 'init_parse_files':
png2yuv.c:429: warning: format '%ld' expects type 'long int', but argument 2 has type ;png_uint_32'
png2yuv.c:429: warning: format '%ld' expects type 'long int', but argument 3 has type 'png_uint_32'
png2yuv.c:458: warning: format '%ld' expects type 'long int', but argument 2 has type 'png_uint_32'
png2yuv.c:458: warning: format '%ld' expects type 'long int', but argument 3 has type 'png_uint_32'

Use '%u' instead of '%ld' for the format string spec.

sms00 2005-10-18

changed /trunk/mjpeg_play/lavtools/png2yuv.c
/trunk/mjpeg_play/lavtools/png2yuv.c Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.