mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-30 17:35:53 +00:00
checkout test: mark unused vars
This commit is contained in:
parent
0305721c10
commit
504b069701
@ -161,7 +161,10 @@ static void ensure_workdir_oid(const char *path, const char *oid_str)
|
||||
|
||||
static void ensure_workdir_mode(const char *path, int mode)
|
||||
{
|
||||
#ifndef GIT_WIN32
|
||||
#ifdef GIT_WIN32
|
||||
GIT_UNUSED(path);
|
||||
GIT_UNUSED(mode);
|
||||
#else
|
||||
git_buf fullpath = GIT_BUF_INIT;
|
||||
struct stat st;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user