From fdf845d0bd6ddde585bc16900f89f63f3ef1880b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 8 Aug 2024 09:21:16 +0200 Subject: [PATCH] const-qualify configuration schema items in tests --- tests/liberty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/liberty.c b/tests/liberty.c index 3d932d5..92647ae 100644 --- a/tests/liberty.c +++ b/tests/liberty.c @@ -636,7 +636,7 @@ test_config_validate_nonnegative return false; } -static struct config_schema g_config_test[] = +static const struct config_schema g_config_test[] = { { .name = "foo", .comment = "baz",