mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-21 04:40:38 +00:00
Fix -Wunused-but-set-variable warning
This commit is contained in:
parent
03452b347e
commit
70d41f6bcd
@ -182,6 +182,8 @@ void test_status_ignore__subdirectories(void)
|
||||
int ignored;
|
||||
git_status_options opts;
|
||||
|
||||
GIT_UNUSED(opts);
|
||||
|
||||
g_repo = cl_git_sandbox_init("empty_standard_repo");
|
||||
|
||||
cl_git_mkfile(
|
||||
|
Loading…
Reference in New Issue
Block a user