Commit 5b0c6306 by Edward Thomson

Remove unused warning on non-win32

parent 5a7cd1bc
...@@ -116,9 +116,9 @@ static int get_check_cert(int *out, git_repository *repo) ...@@ -116,9 +116,9 @@ static int get_check_cert(int *out, git_repository *repo)
static int canonicalize_url(git_buf *out, const char *in) static int canonicalize_url(git_buf *out, const char *in)
{ {
#ifdef GIT_WIN32
const char *c; const char *c;
#ifdef GIT_WIN32
/* Given a UNC path like \\server\path, we need to convert this /* Given a UNC path like \\server\path, we need to convert this
* to //server/path for compatibility with core git. * to //server/path for compatibility with core git.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment