changeset 24204:4c9e1aae5876

warning fix: fastmemcpybench.c: In function 'mga_init': fastmemcpybench.c:36: warning: unused variable 'frame_mem'
author diego
date Mon, 27 Aug 2007 09:58:35 +0000
parents bd25487e561f
children 4cf8dfb567d6
files TOOLS/fastmemcpybench.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/TOOLS/fastmemcpybench.c	Mon Aug 27 09:52:55 2007 +0000
+++ b/TOOLS/fastmemcpybench.c	Mon Aug 27 09:58:35 2007 +0000
@@ -33,7 +33,6 @@
 static int f;
 
 static int mga_init(){
-	char *frame_mem;
 
 	f = open("/dev/mga_vid",O_RDWR);
 	if(f == -1)