Johannes Sixt <j.sixt@xxxxxxxxxxxxx> wrote: > Johannes Schindelin schrieb: > > Oh, and it relies on "int" being castable to void * and vice > > versa. Is anybody aware of a platform where this can lead to > > problems? > > Win64? Does anyone even use that? I thought that was dead. Like Vista. Seriously though, we include stdint.h. If you want to cast a void* to an integer type and back use ptrint_t. That's what it exists for. -- Shawn. - 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