diff options
Diffstat (limited to 'common/fmplayer_file_unix.c')
-rw-r--r-- | common/fmplayer_file_unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/fmplayer_file_unix.c b/common/fmplayer_file_unix.c index d6fb4ed..3360577 100644 --- a/common/fmplayer_file_unix.c +++ b/common/fmplayer_file_unix.c @@ -127,5 +127,6 @@ void *fmplayer_path_dup(const void *path) { } char *fmplayer_path_filename_sjis(const void *path) { + (void)path; return 0; } |