diff options
Diffstat (limited to 'src/about')
-rw-r--r-- | src/about/version.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/about/version.c b/src/about/version.c index 538c04f..90be0aa 100644 --- a/src/about/version.c +++ b/src/about/version.c @@ -40,8 +40,8 @@ static gchar *authors[] = { }; void -mq_about_version_response(MqApplication __attribute__((unused)) *application, - GHashTable __attribute__((unused)) *query, +mq_about_version_response(MqApplication G_GNUC_UNUSED *application, + GHashTable G_GNUC_UNUSED *query, WebKitURISchemeRequest *request) { gchar *title; |