update.c: replaced mpd_unused by G_GNUC_UNUSED
This commit is contained in:
parent
02273d96c3
commit
3742cf3abb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user