Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Olivier Latour <pol@mac.com>2015-03-09 00:09:50 +0300
committerPierre-Olivier Latour <pol@mac.com>2015-03-09 00:09:50 +0300
commitb5ab878f4c3ec6134c043a8c22d22290da1e3403 (patch)
treeae72efeddb8d64f6d252b07175016071ea237f9c /tests/reset
parentd77a4f943e827e44c73acbdbb7462489feaeeedf (diff)
Fixed build warning
Diffstat (limited to 'tests/reset')
-rw-r--r--tests/reset/reset_helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reset/reset_helpers.c b/tests/reset/reset_helpers.c
index ec67b8634..e6acec9ef 100644
--- a/tests/reset/reset_helpers.c
+++ b/tests/reset/reset_helpers.c
@@ -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));