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:
authorJacques Germishuys <jacquesg@striata.com>2015-11-20 21:48:51 +0300
committerJacques Germishuys <jacquesg@striata.com>2015-11-20 21:48:51 +0300
commit87428c556f36066040a79ffab416939a0ff9bae1 (patch)
treefdfedfb1c1fd64fdaaf577aecd26e7280e40ab7f /tests/checkout
parent69d1494873ee170ae33c37943c75bf7fa1c9d89d (diff)
Fix some warnings
Diffstat (limited to 'tests/checkout')
-rw-r--r--tests/checkout/crlf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checkout/crlf.c b/tests/checkout/crlf.c
index 347c22198..d467eaadd 100644
--- a/tests/checkout/crlf.c
+++ b/tests/checkout/crlf.c
@@ -278,7 +278,7 @@ void test_checkout_crlf__autocrlf_true_index_size_is_filtered_size(void)
void test_checkout_crlf__with_ident(void)
{
git_index *index;
- git_index_entry *entry;
+ const git_index_entry *entry;
git_blob *blob;
git_checkout_options opts = GIT_CHECKOUT_OPTIONS_INIT;
opts.checkout_strategy = GIT_CHECKOUT_FORCE;