From a1d3c0aeafce7e5c47215554e42e891cffef7ed0 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 27 Aug 2007 09:58:35 +0000 Subject: warning fix: fastmemcpybench.c: In function 'mga_init': fastmemcpybench.c:36: warning: unused variable 'frame_mem' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24224 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/fastmemcpybench.c | 1 - 1 file changed, 1 deletion(-) (limited to 'TOOLS') diff --git a/TOOLS/fastmemcpybench.c b/TOOLS/fastmemcpybench.c index e85862b5d6..d720353291 100644 --- a/TOOLS/fastmemcpybench.c +++ b/TOOLS/fastmemcpybench.c @@ -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) -- cgit v1.2.3