summaryrefslogtreecommitdiffstats
path: root/test/textbox-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/textbox-test.c')
-rw-r--r--test/textbox-test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/textbox-test.c b/test/textbox-test.c
index ce954f3c..3b1ceb7e 100644
--- a/test/textbox-test.c
+++ b/test/textbox-test.c
@@ -49,17 +49,17 @@ unsigned int normal_window_mode = 0;
#include "view.h"
-void config_parse_set_property ( void *p )
+void config_parse_set_property ( G_GNUC_UNUSED void *p )
{
}
-void rofi_add_error_message ( GString *msg)
+void rofi_add_error_message ( G_GNUC_UNUSED GString *msg)
{
}
void rofi_view_queue_redraw ()
{
}
-void rofi_view_get_current_monitor ( int *width, int *height )
+void rofi_view_get_current_monitor ( G_GNUC_UNUSED int *width, G_GNUC_UNUSED int *height )
{
}