From 3742cf3abb158b59c2a1453b9a53334480aaea5b Mon Sep 17 00:00:00 2001 From: Thomas Jansen Date: Mon, 24 Nov 2008 14:46:10 +0100 Subject: update.c: replaced mpd_unused by G_GNUC_UNUSED --- src/update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/update.c b/src/update.c index c84f91616..8abc15f64 100644 --- a/src/update.c +++ b/src/update.c @@ -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); -- cgit v1.2.3