From ffa635fee01ea832b956700c3d7ab62a80b8b6f8 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 07 Oct 2017 15:41:01 -0400 Subject: s/__attribute__((unused))/G_GNUC_UNUSED/ And rewrap lines. G_GNUC_UNUSED expands to nothing on compilers other than GCC 2.4+. --- (limited to 'src/about') 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; -- cgit v0.9.1