mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-23 12:05:21 +00:00
Fixed build warning
This commit is contained in:
parent
d77a4f943e
commit
b5ab878f4c
@ -7,7 +7,7 @@ void reflog_check(git_repository *repo, const char *refname,
|
||||
git_reflog *log;
|
||||
const git_reflog_entry *entry;
|
||||
|
||||
exp_email = exp_email;
|
||||
GIT_UNUSED(exp_email);
|
||||
|
||||
cl_git_pass(git_reflog_read(&log, repo, refname));
|
||||
cl_assert_equal_i(exp_count, git_reflog_entrycount(log));
|
||||
|
Loading…
Reference in New Issue
Block a user