summaryrefslogtreecommitdiffstats
path: root/source/rofi.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-04-28 09:15:01 +0200
committerDave Davenport <qball@gmpclient.org>2017-04-28 09:15:01 +0200
commit9afa7682f6c22980eaebf15520723370a2777fc6 (patch)
tree6ea0888d1641fb11630c9d16f4a4362b77d902cd /source/rofi.c
parentce4b1b23b4f36ca021d4dfc785b75c603572491f (diff)
Fix some small warning because get_string returns const.
Diffstat (limited to 'source/rofi.c')
-rw-r--r--source/rofi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rofi.c b/source/rofi.c
index 5fe0fbb9..5ca16ff9 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -908,7 +908,7 @@ static gboolean startup ( G_GNUC_UNUSED gpointer data )
return G_SOURCE_REMOVE;
}
-static gboolean record ( void )
+static gboolean record ( G_GNUC_UNUSED void *data )
{
rofi_capture_screenshot ();
return G_SOURCE_CONTINUE;