mirror of https://github.com/mpv-player/mpv
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:
parent
80226b8d77
commit
a1d3c0aeaf
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue