summaryrefslogtreecommitdiff
path: root/libs/clearlooks-newer/cairo-support.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/clearlooks-newer/cairo-support.c')
-rw-r--r--libs/clearlooks-newer/cairo-support.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/libs/clearlooks-newer/cairo-support.c b/libs/clearlooks-newer/cairo-support.c
index dbe6fd3d34..63245f4833 100644
--- a/libs/clearlooks-newer/cairo-support.c
+++ b/libs/clearlooks-newer/cairo-support.c
@@ -809,7 +809,9 @@ GE_EXPORT const gchar* g_module_check_init (GModule *module);
const gchar*
g_module_check_init (GModule *module)
{
- return gtk_check_version (GTK_MAJOR_VERSION,
- GTK_MINOR_VERSION,
- GTK_MICRO_VERSION - GTK_INTERFACE_AGE);
+ (void) module;
+
+ return gtk_check_version (GTK_MAJOR_VERSION,
+ GTK_MINOR_VERSION,
+ GTK_MICRO_VERSION - GTK_INTERFACE_AGE);
}