aboutsummaryrefslogtreecommitdiffstats
path: root/src/SongSort.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/SongSort.cxx')
-rw-r--r--src/SongSort.cxx2
1 files changed, 1 insertions, 1 deletions
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;