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>2014-11-09 02:09:25 +0300
committerPierre-Olivier Latour <pol@mac.com>2014-11-10 02:18:48 +0300
commit692c040843dee45287d87ed81d4a1bd3684f5c97 (patch)
treeb6d4ee41ba08b67f436952b6f132b837f3e4b166 /tests/status
parent4865cc3f0631a8a4e0e1de897865df0e552c70cb (diff)
Fixed a couple Clang warnings
Diffstat (limited to 'tests/status')
-rw-r--r--tests/status/worktree_init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/status/worktree_init.c b/tests/status/worktree_init.c
index 3e43c8c20..cc7e126f1 100644
--- a/tests/status/worktree_init.c
+++ b/tests/status/worktree_init.c
@@ -127,7 +127,6 @@ void test_status_worktree_init__bracket_in_filename(void)
git_index *index;
status_entry_single result;
unsigned int status_flags;
- int error;
#define FILE_WITH_BRACKET "LICENSE[1].md"
#define FILE_WITHOUT_BRACKET "LICENSE1.md"