From 85b77b81caa40f8bcd03921380246cb5863d5d21 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 4 Aug 2013 23:48:01 +0200 Subject: *: use gcc.h macros instead of GLib --- src/SongSort.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/SongSort.cxx') diff --git a/src/SongSort.cxx b/src/SongSort.cxx index 0c154c763..23ecc5ce5 100644 --- a/src/SongSort.cxx +++ b/src/SongSort.cxx @@ -92,7 +92,7 @@ compare_tag_item(const Tag *a, const Tag *b, enum tag_type type) /* Only used for sorting/searchin a songvec, not general purpose compares */ static int -song_cmp(G_GNUC_UNUSED void *priv, struct list_head *_a, struct list_head *_b) +song_cmp(gcc_unused void *priv, struct list_head *_a, struct list_head *_b) { const Song *a = (const Song *)_a; const Song *b = (const Song *)_b; -- cgit v1.2.3