Commit 25551768 authored by Thomas Jansen's avatar Thomas Jansen

tag_id3.h: replaced mpd_unused by G_GNUC_UNUSED

parent bc74503a
...@@ -31,10 +31,10 @@ struct tag *tag_id3_load(const char *file); ...@@ -31,10 +31,10 @@ struct tag *tag_id3_load(const char *file);
#else #else
#include "gcc.h" #include <glib.h>
static inline struct tag * static inline struct tag *
tag_id3_load(mpd_unused const char *file) tag_id3_load(G_GNUC_UNUSED const char *file)
{ {
return NULL; return NULL;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment