summaryrefslogtreecommitdiffstats
path: root/source/i3-support.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-03-02 18:07:59 +0100
committerDave Davenport <qball@gmpclient.org>2016-03-02 18:07:59 +0100
commitf0b19987039b9f5dc337a8ab9287a4406ea273a0 (patch)
treecb92a66e224e4e18efb267998744dadf99a47f1f /source/i3-support.c
parentf05f0de58346557df24dd7c3f5d04e9df913525f (diff)
Cleanups (cppcheck)
Diffstat (limited to 'source/i3-support.c')
-rw-r--r--source/i3-support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/i3-support.c b/source/i3-support.c
index c92fd575..6f1669b1 100644
--- a/source/i3-support.c
+++ b/source/i3-support.c
@@ -139,7 +139,7 @@ void i3_support_free_internals ( void )
{
}
-int i3_support_initialize ( void )
+int i3_support_initialize ( G_GNUC_UNUSED xcb_stuff *xcb )
{
return FALSE;
}