aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/fmplayer_file_unix.c1
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;
}