diff options
Diffstat (limited to 'tests/threads/diff.c')
| -rw-r--r-- | tests/threads/diff.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/threads/diff.c b/tests/threads/diff.c index 90d35b15e..256040265 100644 --- a/tests/threads/diff.c +++ b/tests/threads/diff.c @@ -19,7 +19,9 @@ static git_repository *_repo; static git_tree *_a, *_b; static git_atomic _counts[4]; static int _check_counts; +#ifdef GIT_WIN32 static int _retries; +#endif #define THREADS 20 |
