aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/MmsInputPlugin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/MmsInputPlugin.cxx')
-rw-r--r--src/input/MmsInputPlugin.cxx6
1 files changed, 3 insertions, 3 deletions
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;
}