mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-05 02:00:02 +00:00
Silence unused return value warning
This commit is contained in:
parent
5387cfee4c
commit
0478b7f472
@ -47,7 +47,7 @@ void test_pack_packbuilder__cleanup(void)
|
|||||||
git_indexer_free(_indexer);
|
git_indexer_free(_indexer);
|
||||||
_indexer = NULL;
|
_indexer = NULL;
|
||||||
|
|
||||||
p_chdir("..");
|
cl_git_pass(p_chdir(".."));
|
||||||
cl_git_sandbox_cleanup();
|
cl_git_sandbox_cleanup();
|
||||||
_repo = NULL;
|
_repo = NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user