diff options
author | Thomas Jansen <mithi@mithi.net> | 2008-11-24 14:46:10 +0100 |
---|---|---|
committer | Thomas Jansen <mithi@mithi.net> | 2008-11-24 14:46:10 +0100 |
commit | 3742cf3abb158b59c2a1453b9a53334480aaea5b (patch) | |
tree | b36ce883057a672606b1ed8991b9c536075bc62e /src | |
parent | 02273d96c321ecadde3f0c548cacb4db9857890d (diff) | |
download | mpd-3742cf3abb158b59c2a1453b9a53334480aaea5b.tar.gz mpd-3742cf3abb158b59c2a1453b9a53334480aaea5b.tar.xz mpd-3742cf3abb158b59c2a1453b9a53334480aaea5b.zip |
update.c: replaced mpd_unused by G_GNUC_UNUSED
Diffstat (limited to 'src')
-rw-r--r-- | src/update.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |