summaryrefslogtreecommitdiffstats
path: root/src/glx/tests/query_renderer_unittest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/glx/tests/query_renderer_unittest.cpp')
-rw-r--r--src/glx/tests/query_renderer_unittest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glx/tests/query_renderer_unittest.cpp b/src/glx/tests/query_renderer_unittest.cpp
index f0998b7d7dc..2f3c4ef12ea 100644
--- a/src/glx/tests/query_renderer_unittest.cpp
+++ b/src/glx/tests/query_renderer_unittest.cpp
@@ -56,7 +56,8 @@ static bool query_renderer_string_called = false;
static bool query_renderer_integer_called = false;
static int
-fake_query_renderer_integer(struct glx_screen *psc, int attribute, int *value)
+fake_query_renderer_integer(struct glx_screen *psc, int attribute,
+ unsigned int *value)
{
(void) psc;
(void) attribute;