diff options
Diffstat (limited to 'tests-clar')
-rw-r--r-- | tests-clar/attr/repo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests-clar/attr/repo.c b/tests-clar/attr/repo.c index 2afea23d6..4de4afaa7 100644 --- a/tests-clar/attr/repo.c +++ b/tests-clar/attr/repo.c @@ -67,6 +67,7 @@ void test_attr_repo__get_one(void) }, *scan; for (scan = test_cases; scan->path != NULL; scan++) { + const char *value; cl_git_pass(git_attr_get(g_repo, scan->path, scan->attr, &value)); attr_check_expected(scan->expected, scan->expected_str, value); } |