From 1d2a45e348857f65cc7590b2e7f1b39c30216f92 Mon Sep 17 00:00:00 2001 From: Takamichi Horikawa Date: Sat, 6 Jan 2018 23:00:54 +0900 Subject: fixed compiler warnings for sdl --- common/fmplayer_file_unix.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common') 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; } -- cgit v1.2.3