Commit ee9c460f authored by Max Kellermann's avatar Max Kellermann

directory: mark unused parameter

parent 84ba14fa
...@@ -190,7 +190,8 @@ directory_add_song(struct directory *directory, struct song *song) ...@@ -190,7 +190,8 @@ directory_add_song(struct directory *directory, struct song *song)
} }
void void
directory_remove_song(struct directory *directory, struct song *song) directory_remove_song(G_GNUC_UNUSED struct directory *directory,
struct song *song)
{ {
assert(directory != NULL); assert(directory != NULL);
assert(song != NULL); assert(song != NULL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment