Am 07.11.2013 22:40, schrieb Junio C Hamano: > Karsten Blees <karsten.blees@xxxxxxxxx> writes: > >> - if (p < path || p > path + strlen(path)) >> - free((char *)p); >> + free(p); > > The non-const cast was there for a reason. I'll locally fix it up > (there is another instance of the same) to get it compile before > queuing it on 'pu'. > > Thanks. > Seems I spent too much time on code analysis and valgrind results that I missed the compiler warnings...didn't we have -Werror once? -- 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