mirror of
https://github.com/mpv-player/mpv
synced 2025-01-24 00:23:27 +00:00
warning fix:
ext.c: At top level: ext.c:316: warning: 'mapping_size' defined but not used git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24404 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f3cb7097cf
commit
286467904a
@ -313,7 +313,6 @@ int FILE_munmap( LPVOID start, DWORD size_high, DWORD size_low )
|
||||
printf("offsets larger than 4Gb not supported\n");
|
||||
return munmap( start, size_low );
|
||||
}
|
||||
static int mapping_size=0;
|
||||
|
||||
struct file_mapping_s;
|
||||
typedef struct file_mapping_s
|
||||
|
Loading…
Reference in New Issue
Block a user