mirror of
https://git.proxmox.com/git/libgit2
synced 2025-11-03 21:50:26 +00:00
Remove unused warning on non-win32
This commit is contained in:
parent
5a7cd1bcc0
commit
5b0c63061b
@ -116,9 +116,9 @@ static int get_check_cert(int *out, git_repository *repo)
|
||||
|
||||
static int canonicalize_url(git_buf *out, const char *in)
|
||||
{
|
||||
#ifdef GIT_WIN32
|
||||
const char *c;
|
||||
|
||||
#ifdef GIT_WIN32
|
||||
/* Given a UNC path like \\server\path, we need to convert this
|
||||
* to //server/path for compatibility with core git.
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user