Junio C Hamano <gitster@xxxxxxxxx> writes: > Pierre Habouzit <madcoder@xxxxxxxxxx> writes: > >> Actually this is, but it's so tasteless that I want to hide now. >> >> if foo is a void foo(`whatever') it's correct to call: >> >> return foo(...); >> >> it's completely equivalent to: >> >> foo(...); >> return; > > News to me. What I meant was that gcc disagrees with you and the resulting source does not build for me (I build with -Werror -Wall -ansi among other things). - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html