mirror of https://github.com/mpv-player/mpv
warning fix:
driver.c: In function 'DrvOpen': driver.c:152: warning: unused variable 'i' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24399 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
02436252ca
commit
9ac38fa4c6
|
@ -149,7 +149,6 @@ void DrvClose(HDRVR hDriver)
|
|||
HDRVR DrvOpen(LPARAM lParam2)
|
||||
{
|
||||
NPDRVR hDriver;
|
||||
int i;
|
||||
char unknown[0x124];
|
||||
const char* filename = (const char*) ((ICOPEN*) lParam2)->pV1Reserved;
|
||||
|
||||
|
|
Loading…
Reference in New Issue