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
This commit is contained in:
diego 2007-08-27 09:58:35 +00:00
parent 80226b8d77
commit a1d3c0aeaf
1 changed files with 0 additions and 1 deletions

View File

@ -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)