const-qualify configuration schema items in tests
This commit is contained in:
parent
75fc6f1c37
commit
fdf845d0bd
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue