]> git.ipfire.org Git - thirdparty/git.git/commit - http-push.c
http-push.c: squelch C90 warnings.
authorJunio C Hamano <junkio@cox.net>
Tue, 21 Mar 2006 23:49:05 +0000 (15:49 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 21 Mar 2006 23:50:18 +0000 (15:50 -0800)
commit8c9e7947c2a76fb21bda11816c544d50e271156d
tree66e4ffe8dfaa888761f29343a03e1afa03172452
parent292839077488d7ccb46bc2cc25b515a1ebd25f8f
http-push.c: squelch C90 warnings.

If you write code after declarations in a block, gcc scolds you
with "warning: ISO C90 forbids mixed declarations and code".

Signed-off-by: Junio C Hamano <junkio@cox.net>
http-push.c