From 85b77b81caa40f8bcd03921380246cb5863d5d21 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 4 Aug 2013 23:48:01 +0200 Subject: *: use gcc.h macros instead of GLib --- src/output/ShoutOutputPlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/output/ShoutOutputPlugin.cxx') diff --git a/src/output/ShoutOutputPlugin.cxx b/src/output/ShoutOutputPlugin.cxx index 2d2c0afd0..40f468031 100644 --- a/src/output/ShoutOutputPlugin.cxx +++ b/src/output/ShoutOutputPlugin.cxx @@ -391,7 +391,7 @@ my_shout_finish_driver(struct audio_output *ao) static void my_shout_drop_buffered_audio(struct audio_output *ao) { - G_GNUC_UNUSED + gcc_unused ShoutOutput *sd = (ShoutOutput *)ao; /* needs to be implemented for shout */ -- cgit v1.2.3