From fb190bbbd06952b369b4fb6c06fa827802671332 Mon Sep 17 00:00:00 2001 From: Linquize Date: Tue, 12 Nov 2013 19:44:13 +0800 Subject: Fix warnings --- src/push.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/push.c') diff --git a/src/push.c b/src/push.c index 4f442c6a2..5ad15e3fd 100644 --- a/src/push.c +++ b/src/push.c @@ -618,7 +618,7 @@ on_error: static int filter_refs(git_remote *remote) { - const git_remote_head **heads; + git_remote_head **heads; size_t heads_len, i; git_vector_clear(&remote->refs); -- cgit v1.2.3