Mercurial > mplayer.hg
changeset 24216:5fcc1a21f978
warning fixes:
realcodecs/sipr.c: In function 'RAInitDecoder':
realcodecs/sipr.c:348: warning: unused variable 'temp2'
realcodecs/sipr.c:347: warning: unused variable 'temp'
author | diego |
---|---|
date | Mon, 27 Aug 2007 10:59:12 +0000 |
parents | 0289f3a530cb |
children | 2d5cf446b8d7 |
files | TOOLS/realcodecs/sipr.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/realcodecs/sipr.c Mon Aug 27 10:58:30 2007 +0000 +++ b/TOOLS/realcodecs/sipr.c Mon Aug 27 10:59:12 2007 +0000 @@ -344,8 +344,8 @@ ulong RAInitDecoder(ulong p1,ulong p2) { ulong result; - int temp[256]; - unsigned char temp2[256]; +// int temp[256]; +// unsigned char temp2[256]; fprintf(stderr, "RAInitDecoder(ulong p1=0x%0x(%d), ", p1, p1); fprintf(stderr, "ulong p2=0x%0x(%d))\n", p2, p2); hexdump((void*)p2, 4*7);