[MPlayer-cvslog] r24236 - trunk/TOOLS/realcodecs/sipr.c

diego subversion at mplayerhq.hu
Mon Aug 27 12:59:12 CEST 2007


Author: diego
Date: Mon Aug 27 12:59:12 2007
New Revision: 24236

Log:
warning fixes:
realcodecs/sipr.c: In function 'RAInitDecoder':
realcodecs/sipr.c:348: warning: unused variable 'temp2'
realcodecs/sipr.c:347: warning: unused variable 'temp'


Modified:
   trunk/TOOLS/realcodecs/sipr.c

Modified: trunk/TOOLS/realcodecs/sipr.c
==============================================================================
--- trunk/TOOLS/realcodecs/sipr.c	(original)
+++ trunk/TOOLS/realcodecs/sipr.c	Mon Aug 27 12:59:12 2007
@@ -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);



More information about the MPlayer-cvslog mailing list