Vincent van Ravesteijn <vfr@xxxxxxx> writes: > From: Vincent van Ravesteijn <vfr@xxxxxxx> > > Below in the same function, val is correctly casted to a float. Do this also > for the initialization of x. Hrm, is it correctly casted or needlessly casted? It is unclear what problem you are trying to solve here. > @@ -550,6 +550,7 @@ static int sqrti(int val) > return (int)x; > } > > + > static struct commit_list *skip_away(struct commit_list *list, int count) Huh? -- 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