summaryrefslogtreecommitdiff
path: root/lib/ldb/tests/ldb_key_value_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ldb/tests/ldb_key_value_test.c')
-rw-r--r--lib/ldb/tests/ldb_key_value_test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ldb/tests/ldb_key_value_test.c b/lib/ldb/tests/ldb_key_value_test.c
index 458452e5dc4..97f717b5ee0 100644
--- a/lib/ldb/tests/ldb_key_value_test.c
+++ b/lib/ldb/tests/ldb_key_value_test.c
@@ -76,8 +76,7 @@ int ldb_kv_increase_sequence_number(struct ldb_module *module) {
return LDB_SUCCESS;
}
-struct test_ctx {
-};
+struct test_ctx { uint8_t dummy; };
static int setup(void **state)
{