From 25551768542a3413660ad02436f421b9d4de39bc Mon Sep 17 00:00:00 2001 From: Thomas Jansen Date: Mon, 24 Nov 2008 14:57:30 +0100 Subject: tag_id3.h: replaced mpd_unused by G_GNUC_UNUSED --- src/tag_id3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tag_id3.h') diff --git a/src/tag_id3.h b/src/tag_id3.h index 4140896b..101c60b0 100644 --- a/src/tag_id3.h +++ b/src/tag_id3.h @@ -31,10 +31,10 @@ struct tag *tag_id3_load(const char *file); #else -#include "gcc.h" +#include static inline struct tag * -tag_id3_load(mpd_unused const char *file) +tag_id3_load(G_GNUC_UNUSED const char *file) { return NULL; } -- cgit v1.2.3