[MPlayer-cvslog] r24420 - trunk/loader/win32.c

diego subversion at mplayerhq.hu
Mon Sep 10 17:33:41 CEST 2007


Author: diego
Date: Mon Sep 10 17:33:40 2007
New Revision: 24420

Log:
warning fix:
win32.c: In function 'expGetSystemInfo':
win32.c:935: warning: unused variable 'regs'


Modified:
   trunk/loader/win32.c

Modified: trunk/loader/win32.c
==============================================================================
--- trunk/loader/win32.c	(original)
+++ trunk/loader/win32.c	Mon Sep 10 17:33:40 2007
@@ -932,7 +932,6 @@ static void WINAPI expGetSystemInfo(SYST
     /* FIXME: better values for the two entries below... */
     static int cache = 0;
     static SYSTEM_INFO cachedsi;
-    unsigned int regs[4];
     dbgprintf("GetSystemInfo(%p) =>\n", si);
 
     if (cache) {



More information about the MPlayer-cvslog mailing list