Commit 3742cf3a authored by Thomas Jansen's avatar Thomas Jansen

update.c: replaced mpd_unused by G_GNUC_UNUSED

parent 02273d96
...@@ -89,7 +89,7 @@ delete_song(struct directory *dir, struct song *del) ...@@ -89,7 +89,7 @@ delete_song(struct directory *dir, struct song *del)
} }
static int static int
delete_each_song(struct song *song, mpd_unused void *data) delete_each_song(struct song *song, G_GNUC_UNUSED void *data)
{ {
struct directory *directory = data; struct directory *directory = data;
assert(song->parent == directory); assert(song->parent == directory);
......
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