mirror of
https://github.com/mpv-player/mpv
synced 2025-02-03 05:31:34 +00:00
warning fix:
font_load.c: In function 'read_font_desc': font_load.c:56: warning: unused variable 'fstate' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24265 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c4debc9042
commit
a7f862037f
@ -53,7 +53,7 @@ unsigned char sor2[1024];
|
||||
font_desc_t *desc;
|
||||
FILE *f = NULL;
|
||||
char *dn;
|
||||
struct stat fstate;
|
||||
//struct stat fstate;
|
||||
char section[64];
|
||||
int i,j;
|
||||
int chardb=0;
|
||||
|
Loading…
Reference in New Issue
Block a user