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:
authorRussell Belfer <rb@github.com>2013-08-23 01:45:10 +0400
committerRussell Belfer <rb@github.com>2013-08-23 01:45:10 +0400
commitb6ac07b51771641f3ae994c17f361fbd8bec36ef (patch)
tree88fb61ce2e4503621c6746e919343c05d5d7e311 /tests-clar/stress
parenteb868b1e98d7cea8796f9b92be04843a7f819e5e (diff)
Trying to fix Win32 warnings
Diffstat (limited to 'tests-clar/stress')
-rw-r--r--tests-clar/stress/diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clar/stress/diff.c b/tests-clar/stress/diff.c
index 62ccd5ec7..0524aa108 100644
--- a/tests-clar/stress/diff.c
+++ b/tests-clar/stress/diff.c
@@ -15,7 +15,7 @@ void test_stress_diff__cleanup(void)
#define ANOTHER_POEM \
"OH, glorious are the guarded heights\nWhere guardian souls abide—\nSelf-exiled from our gross delights—\nAbove, beyond, outside:\nAn ampler arc their spirit swings—\nCommands a juster view—\nWe have their word for all these things,\nNo doubt their words are true.\n\nYet we, the bond slaves of our day,\nWhom dirt and danger press—\nCo-heirs of insolence, delay,\nAnd leagued unfaithfulness—\nSuch is our need must seek indeed\nAnd, having found, engage\nThe men who merely do the work\nFor which they draw the wage.\n\nFrom forge and farm and mine and bench,\nDeck, altar, outpost lone—\nMill, school, battalion, counter, trench,\nRail, senate, sheepfold, throne—\nCreation's cry goes up on high\nFrom age to cheated age:\n\"Send us the men who do the work\n\"For which they draw the wage!\"\n"
-static void test_with_many(size_t expected_new)
+static void test_with_many(int expected_new)
{
git_index *index;
git_tree *tree, *new_tree;