[MPlayer-cvslog] r24225 - trunk/TOOLS/fastmemcpybench.c
diego
subversion at mplayerhq.hu
Mon Aug 27 11:59:23 CEST 2007
Author: diego
Date: Mon Aug 27 11:59:23 2007
New Revision: 24225
Log:
warning fix:
fastmemcpybench.c: At top level:
fastmemcpybench.c:29: warning: 'mga_next_frame' defined but not used
Modified:
trunk/TOOLS/fastmemcpybench.c
Modified: trunk/TOOLS/fastmemcpybench.c
==============================================================================
--- trunk/TOOLS/fastmemcpybench.c (original)
+++ trunk/TOOLS/fastmemcpybench.c Mon Aug 27 11:59:23 2007
@@ -26,8 +26,6 @@
#include "drivers/mga_vid.h"
-static int mga_next_frame=0;
-
static mga_vid_config_t mga_vid_config;
static unsigned char* frame=NULL;
static int f;
More information about the MPlayer-cvslog
mailing list