mirror of
https://github.com/mpv-player/mpv
synced 2025-01-16 22:37:28 +01:00
warning fixes:
realcodecs/sipr.c: In function 'RAInitDecoder': realcodecs/sipr.c:348: warning: unused variable 'temp2' realcodecs/sipr.c:347: warning: unused variable 'temp' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24236 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
cd9abbea80
commit
df14a8fe9e
@ -344,8 +344,8 @@ ulong RAGetNumberOfFlavors(void) {
|
||||
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user