summaryrefslogtreecommitdiff
path: root/lib/c_glib/test/testthriftcompactreadcheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/c_glib/test/testthriftcompactreadcheck.c')
-rw-r--r--lib/c_glib/test/testthriftcompactreadcheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/c_glib/test/testthriftcompactreadcheck.c b/lib/c_glib/test/testthriftcompactreadcheck.c
index 03466ae9e..e2547d4fd 100644
--- a/lib/c_glib/test/testthriftcompactreadcheck.c
+++ b/lib/c_glib/test/testthriftcompactreadcheck.c
@@ -217,7 +217,7 @@ thrift_server_complex_types (const int port)
ThriftTransport *client = NULL;
ThriftCompactProtocol *tc = NULL;
ThriftProtocol *protocol = NULL;
- ThriftType element_type, key_type, value_type, field_type;
+ ThriftType element_type, key_type, value_type;
guint32 size = 0;
ThriftConfiguration *tconfiguration = g_object_new (THRIFT_TYPE_CONFIGURATION, "max_message_size", MAX_MESSAGE_SIZE,