aboutsummaryrefslogtreecommitdiff
path: root/common/fmplayer_file_unix.c
diff options
context:
space:
mode:
authorTakamichi Horikawa <takamichiho@gmail.com>2018-01-06 23:00:54 +0900
committerTakamichi Horikawa <takamichiho@gmail.com>2018-01-06 23:00:54 +0900
commit1d2a45e348857f65cc7590b2e7f1b39c30216f92 (patch)
treecf99937e875dba4ca0ebc0a5f1245fdecd7dbe20 /common/fmplayer_file_unix.c
parent534f7d138dd05ce938447ec8fe625899f3a4c857 (diff)
fixed compiler warnings for sdl
Diffstat (limited to 'common/fmplayer_file_unix.c')
-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;
}