summaryrefslogtreecommitdiffstats
path: root/test/helper-expand.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-05-03 17:57:08 +0200
committerDave Davenport <qball@gmpclient.org>2017-05-03 17:57:08 +0200
commitdbf551ec15328307ad5b956e3070f0e707a1b8f4 (patch)
tree844be75b53c93ee778a82a69bc1f24d3f02efe30 /test/helper-expand.c
parent1f76e2c3f3a49432253b695bb92760f4bef44359 (diff)
Cleanup some compile warning on the tests
Diffstat (limited to 'test/helper-expand.c')
-rw-r--r--test/helper-expand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/helper-expand.c b/test/helper-expand.c
index 9b30b41e..bbc9c155 100644
--- a/test/helper-expand.c
+++ b/test/helper-expand.c
@@ -51,7 +51,7 @@ struct xcb_stuff *xcb;
abort ( ); \
} \
}
-void rofi_add_error_message ( GString *msg )
+void rofi_add_error_message ( G_GNUC_UNUSED GString *msg )
{
}