"Marco Costalba" <mcostalba@xxxxxxxxx> writes: > Indeed &mrtree is passed to merge_trees() that not always > seems to set the value, so on some paths mrtree could > return uninitialized. > > Spotted by a gcc 4.2.1 warning Are you sure that gcc is correctly seeing the codeflow? In merge(), mrtree is used only under index_only, and merge_trees() always sets *result under index_only. - 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