summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-10-18 19:02:19 +0200
committerQC <qball@gmpclient.org>2015-10-18 19:02:19 +0200
commit683632c36cd5874d6e65aa12a503b2cbf5c429a3 (patch)
treed3e1e56ddcbe703838a43a3d45786873f63b4970 /test
parente72da1bde5b10014917994922d3d4ef781beceaa (diff)
Some cleanups
Diffstat (limited to 'test')
-rw-r--r--test/helper-test.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/helper-test.c b/test/helper-test.c
index b12969db..096849c2 100644
--- a/test/helper-test.c
+++ b/test/helper-test.c
@@ -22,11 +22,13 @@ int show_error_message ( const char *msg, int markup )
return 0;
}
#include <x11-helper.h>
-int monitor_get_smallest_size ( Display *d )
+int monitor_get_smallest_size ( G_GNUC_UNUSED Display *d )
{
+ return 0;
}
-int monitor_get_dimension ( Display *d, Screen *screen, int monitor, workarea *mon )
+int monitor_get_dimension ( G_GNUC_UNUSED Display *d, G_GNUC_UNUSED Screen *screen, G_GNUC_UNUSED int monitor, G_GNUC_UNUSED workarea *mon )
{
+ return 0;
}
int main ( int argc, char ** argv )