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:
authorCarlos Martín Nieto <carlosmn@github.com>2016-02-18 14:31:56 +0300
committerCarlos Martín Nieto <carlosmn@github.com>2016-02-18 14:31:56 +0300
commit5663d4f69124481fcfab2952b5207c7563568388 (patch)
tree4925a5c8de2f660f9bf70160aa61970b6ecf81eb /tests/win32
parent594a5d12d4b9ba3ea542722805ada1028bd1b646 (diff)
parent9ce0399c4dad5ff040f2219fa1dd7a4531766414 (diff)
Merge pull request #3613 from ethomson/fixups
Remove most of the silly warnings
Diffstat (limited to 'tests/win32')
-rw-r--r--tests/win32/longpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/win32/longpath.c b/tests/win32/longpath.c
index 07eecd394..5a36875ed 100644
--- a/tests/win32/longpath.c
+++ b/tests/win32/longpath.c
@@ -36,7 +36,7 @@ void assert_name_too_long(void)
{
const git_error *err;
size_t expected_len, actual_len;
- const char *expected_msg;
+ char *expected_msg;
err = giterr_last();
actual_len = strlen(err->message);