mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 13:04:42 +00:00
Fix a compile warning.
This commit is contained in:
parent
194d077c4f
commit
c7015424cc
@ -218,7 +218,7 @@ void test_network_remote_local__push_to_bare_remote_with_file_url(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Create a file URL */
|
/* Create a file URL */
|
||||||
char *url = cl_git_path_url("./localbare.git");
|
const char *url = cl_git_path_url("./localbare.git");
|
||||||
|
|
||||||
/* Connect to the bare repo */
|
/* Connect to the bare repo */
|
||||||
cl_git_pass(git_remote_create_inmemory(&localremote, repo, NULL, url));
|
cl_git_pass(git_remote_create_inmemory(&localremote, repo, NULL, url));
|
||||||
|
Loading…
Reference in New Issue
Block a user