[MPlayer-cvslog] r24224 - trunk/TOOLS/fastmemcpybench.c
diego
subversion at mplayerhq.hu
Mon Aug 27 11:58:35 CEST 2007
Author: diego
Date: Mon Aug 27 11:58:35 2007
New Revision: 24224
Log:
warning fix:
fastmemcpybench.c: In function 'mga_init':
fastmemcpybench.c:36: warning: unused variable 'frame_mem'
Modified:
trunk/TOOLS/fastmemcpybench.c
Modified: trunk/TOOLS/fastmemcpybench.c
==============================================================================
--- trunk/TOOLS/fastmemcpybench.c (original)
+++ trunk/TOOLS/fastmemcpybench.c Mon Aug 27 11:58:35 2007
@@ -33,7 +33,6 @@ static unsigned char* frame=NULL;
static int f;
static int mga_init(){
- char *frame_mem;
f = open("/dev/mga_vid",O_RDWR);
if(f == -1)
More information about the MPlayer-cvslog
mailing list