Mercurial > mplayer.hg
diff TOOLS/mplmult.sh @ 31798:2d9044967a46
Add 'z' length modifier to %d printf format specifiers for size_t arguments.
This silences the following warnings on OS X with gcc 4.2.1:
libmpdemux/muxer_mpeg.c:1660: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'
libmpdemux/muxer_mpeg.c:1784: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'
libmpdemux/muxer_mpeg.c:1873: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'
libmpdemux/muxer_mpeg.c:1930: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'
libmpdemux/muxer_mpeg.c:2362: warning: format '%d' expects type 'int', but argument 4 has type 'long unsigned int'
author | diego |
---|---|
date | Sat, 31 Jul 2010 16:05:19 +0000 |
parents | 998475fffe0c |
children | 7bdb1c022122 |