From 34b1a9061ebda061b360bb54e8231cef0f691fd7 Mon Sep 17 00:00:00 2001 From: Thomas Jansen Date: Mon, 24 Nov 2008 14:42:47 +0100 Subject: dbUtils.c: replaced mpd_unused by G_GNUC_UNUSED --- src/dbUtils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dbUtils.c b/src/dbUtils.c index 49ab6aac9..c2a637b3a 100644 --- a/src/dbUtils.c +++ b/src/dbUtils.c @@ -70,7 +70,7 @@ printDirectoryInDirectory(struct directory *directory, void *data) } static int -printSongInDirectory(struct song *song, mpd_unused void *data) +printSongInDirectory(struct song *song, G_GNUC_UNUSED void *data) { struct client *client = data; song_print_url(client, song); @@ -194,7 +194,7 @@ int printAllIn(struct client *client, const char *name) } static int -directoryAddSongToPlaylist(struct song *song, mpd_unused void *data) +directoryAddSongToPlaylist(struct song *song, G_GNUC_UNUSED void *data) { return addSongToPlaylist(song, NULL); } -- cgit v1.2.3