Re: [PATCH 5/6] Silence GCC's "cast of pointer to integer of a different size" warning

2015-10-26 Thread Junio C Hamano
OK. Will queue. Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 5/6] Silence GCC's "cast of pointer to integer of a different size" warning

2015-10-26 Thread Johannes Schindelin
When calculating hashes from pointers, it actually makes sense to cut off the most significant bits. In that case, said warning does not make a whole lot of sense. So let's just work around it. Signed-off-by: Johannes Schindelin --- compat/regex/regcomp.c | 6 --