aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Jansen <mithi@mithi.net>2008-11-24 14:46:10 +0100
committerThomas Jansen <mithi@mithi.net>2008-11-24 14:46:10 +0100
commit3742cf3abb158b59c2a1453b9a53334480aaea5b (patch)
treeb36ce883057a672606b1ed8991b9c536075bc62e /src
parent02273d96c321ecadde3f0c548cacb4db9857890d (diff)
update.c: replaced mpd_unused by G_GNUC_UNUSED
Diffstat (limited to 'src')
-rw-r--r--src/update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update.c b/src/update.c
index c84f9161..8abc15f6 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);