Junio C Hamano <gitster@xxxxxxxxx> writes: > Don't do that. Always start your function like so: > > type funcname(args) > { > declarations; > > first statement; > ... Hint: create a file config.mak with this content: $ cat config.mak CFLAGS += -Wdeclaration-after-statement -Wall -Werror and gcc will prevent you from doing this mistake again. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- 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