diff options
author | Max Kellermann <max@duempel.org> | 2013-01-30 21:40:53 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-30 21:42:50 +0100 |
commit | cd0d003197d0abd572edcc3cbef532a5e3cfc395 (patch) | |
tree | f92902b730d3230592b4af85ade14d4253a5dd39 /test/dump_rva2.c | |
parent | cfeeb7af2e398b94db6db84c208976588d8cfcda (diff) | |
download | mpd-cd0d003197d0abd572edcc3cbef532a5e3cfc395.tar.gz mpd-cd0d003197d0abd572edcc3cbef532a5e3cfc395.tar.xz mpd-cd0d003197d0abd572edcc3cbef532a5e3cfc395.zip |
filter/chain, encoder: GLib include cleanup
Diffstat (limited to 'test/dump_rva2.c')
-rw-r--r-- | test/dump_rva2.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/dump_rva2.c b/test/dump_rva2.c index bb47fc137..6e978c424 100644 --- a/test/dump_rva2.c +++ b/test/dump_rva2.c @@ -26,6 +26,8 @@ #include <id3tag.h> +#include <glib.h> + #ifdef HAVE_LOCALE_H #include <locale.h> #endif @@ -46,8 +48,8 @@ tag_new(void) } void -tag_add_item_n(G_GNUC_UNUSED struct tag *tag, G_GNUC_UNUSED enum tag_type type, - G_GNUC_UNUSED const char *value, G_GNUC_UNUSED size_t len) +tag_add_item_n(gcc_unused struct tag *tag, gcc_unused enum tag_type type, + gcc_unused const char *value, gcc_unused size_t len) { } |