From cd0d003197d0abd572edcc3cbef532a5e3cfc395 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 30 Jan 2013 21:40:53 +0100 Subject: filter/chain, encoder: GLib include cleanup --- test/dump_rva2.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test') 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 +#include + #ifdef HAVE_LOCALE_H #include #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) { } -- cgit v1.2.3