aboutsummaryrefslogtreecommitdiffstats
path: root/tests/connection-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/connection-test.c')
-rw-r--r--tests/connection-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/connection-test.c b/tests/connection-test.c
index ff31518..a4d76b7 100644
--- a/tests/connection-test.c
+++ b/tests/connection-test.c
@@ -186,7 +186,7 @@ static void
marshal(struct marshal_data *data, const char *format, int size, ...)
{
struct wl_closure *closure;
- static const int opcode = 4444;
+ static const uint32_t opcode = 4444;
static struct wl_object sender = { NULL, NULL, 1234 };
struct wl_message message = { "test", format, NULL };
va_list ap;