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:
authorBen Straub <bs@github.com>2012-12-10 22:05:31 +0400
committerBen Straub <bs@github.com>2012-12-10 22:05:31 +0400
commit72629a10e3420b7e20b2e349446b4babbed5eb2c (patch)
tree9f1083573775ad13d93558e0f9d8314cc3792206 /tests-clar/object/tree/attributes.c
parent22bcf86c5a4a5bf5bdd56d55b2ea7dbbb717e90f (diff)
Clean up GCC build warnings
Diffstat (limited to 'tests-clar/object/tree/attributes.c')
-rw-r--r--tests-clar/object/tree/attributes.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests-clar/object/tree/attributes.c b/tests-clar/object/tree/attributes.c
index b5319d30e..e58a90e48 100644
--- a/tests-clar/object/tree/attributes.c
+++ b/tests-clar/object/tree/attributes.c
@@ -45,8 +45,7 @@ void test_object_tree_attributes__treebuilder_reject_invalid_filemode(void)
{
git_repository *repo;
git_treebuilder *builder;
- git_oid bid, tid;
- git_tree *tree;
+ git_oid bid;
const git_tree_entry *entry;
repo = cl_git_sandbox_init("deprecated-mode.git");