mirror of
https://github.com/mpv-player/mpv
synced 2025-04-17 12:54:40 +00:00
warning fix:
mplayer/common.c: In function 'PutImage': mplayer/common.c:188: warning: unused variable 'yc' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24256 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c20f7e99c4
commit
12d72c3661
@ -185,7 +185,7 @@ void PutImage( txSample * bf,int x,int y,int max,int ofs )
|
||||
uint32_t * buf = NULL;
|
||||
uint32_t * drw = NULL;
|
||||
register uint32_t tmp;
|
||||
register uint32_t yc;
|
||||
/* register uint32_t yc; */
|
||||
|
||||
if ( ( !bf )||( bf->Image == NULL ) ) return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user