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/input/MmsInputPlugin.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/input/MmsInputPlugin.cxx') diff --git a/src/input/MmsInputPlugin.cxx b/src/input/MmsInputPlugin.cxx index b347eb92b..678c52f91 100644 --- a/src/input/MmsInputPlugin.cxx +++ b/src/input/MmsInputPlugin.cxx @@ -124,9 +124,9 @@ input_mms_eof(struct input_stream *is) } static bool -input_mms_seek(G_GNUC_UNUSED struct input_stream *is, - G_GNUC_UNUSED goffset offset, G_GNUC_UNUSED int whence, - G_GNUC_UNUSED GError **error_r) +input_mms_seek(gcc_unused struct input_stream *is, + gcc_unused goffset offset, gcc_unused int whence, + gcc_unused GError **error_r) { return false; } -- cgit v1.2.3