diff options
author | nulltoken <emeric.fermas@gmail.com> | 2013-09-26 12:00:35 +0200 |
---|---|---|
committer | nulltoken <emeric.fermas@gmail.com> | 2013-09-26 20:44:43 +0200 |
commit | 8a1e925dde2f7deaf640757b1c309fcc6be1b0e1 (patch) | |
tree | feaae8cc931448cd2f9d31e023057e9be3fc4fd8 /tests-clar/clar_libgit2.c | |
parent | ac316e743878908df762cc0ea07a71cbee5c5802 (diff) | |
download | libgit2-8a1e925dde2f7deaf640757b1c309fcc6be1b0e1.tar.gz |
Fix warnings
Diffstat (limited to 'tests-clar/clar_libgit2.c')
-rw-r--r-- | tests-clar/clar_libgit2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clar/clar_libgit2.c b/tests-clar/clar_libgit2.c index 555af38db..6063bf91c 100644 --- a/tests-clar/clar_libgit2.c +++ b/tests-clar/clar_libgit2.c @@ -440,7 +440,7 @@ void clar__assert_equal_file( int ignore_cr, const char *path, const char *file, - size_t line) + int line) { char buf[4000]; ssize_t bytes, total_bytes = 0; |