update.c: replaced mpd_unused by G_GNUC_UNUSED

This commit is contained in:
Thomas Jansen 2008-11-24 14:46:10 +01:00
parent 02273d96c3
commit 3742cf3abb

View File

@ -89,7 +89,7 @@ delete_song(struct directory *dir, struct song *del)
}
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;
assert(song->parent == directory);