1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-23 23:32:26 +00:00

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:
diego 2007-09-10 11:28:55 +00:00
parent 02436252ca
commit 9ac38fa4c6

View File

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