mirror of
https://git.proxmox.com/git/libgit2
synced 2025-07-17 22:48:42 +00:00
Fix MSVC compilation warnings
Removed unreferenced variables.
This commit is contained in:
parent
e77e53edb3
commit
fdd1149c29
@ -232,7 +232,6 @@ void test_repo_open__win32_path(void)
|
|||||||
#ifdef GIT_WIN32
|
#ifdef GIT_WIN32
|
||||||
git_repository *repo = cl_git_sandbox_init("empty_standard_repo"), *repo2;
|
git_repository *repo = cl_git_sandbox_init("empty_standard_repo"), *repo2;
|
||||||
git_buf winpath = GIT_BUF_INIT;
|
git_buf winpath = GIT_BUF_INIT;
|
||||||
char *src, *tgt;
|
|
||||||
static const char *repo_path = "empty_standard_repo/.git/";
|
static const char *repo_path = "empty_standard_repo/.git/";
|
||||||
static const char *repo_wd = "empty_standard_repo/";
|
static const char *repo_wd = "empty_standard_repo/";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user