aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/playlist.c')
-rw-r--r--src/playlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist.c b/src/playlist.c
index 9751eda76..39e806670 100644
--- a/src/playlist.c
+++ b/src/playlist.c
@@ -1261,7 +1261,7 @@ int previousSongInPlaylist(int fd)
return play_order_num(fd, prev_order_num, 0);
}
-int shufflePlaylist(int fd)
+int shufflePlaylist(mpd_unused int fd)
{
int i;
int ri;