From dbf551ec15328307ad5b956e3070f0e707a1b8f4 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Wed, 3 May 2017 17:57:08 +0200 Subject: Cleanup some compile warning on the tests --- test/helper-expand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/helper-expand.c') 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 ) { } -- cgit v1.2.3