aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-30 21:40:53 +0100
committerMax Kellermann <max@duempel.org>2013-01-30 21:42:50 +0100
commitcd0d003197d0abd572edcc3cbef532a5e3cfc395 (patch)
treef92902b730d3230592b4af85ade14d4253a5dd39 /test
parentcfeeb7af2e398b94db6db84c208976588d8cfcda (diff)
filter/chain, encoder: GLib include cleanup
Diffstat (limited to 'test')
-rw-r--r--test/dump_rva2.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/dump_rva2.c b/test/dump_rva2.c
index bb47fc13..6e978c42 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)
{
}