On Fri, Nov 16, 2012 at 09:22:26AM +0100, Zoltán Herczeg wrote:
> Hi Petr,
> 
> Could you try whether the warning on ppc64 disappears if you change
> 
> #define SLJIT_FUNC_OFFSET(func_name) ((sljit_sw)*(void**)func_name)
> 
> to:
> 
> #define SLJIT_FUNC_OFFSET(func_name) (*(sljit_sw*)(void*)func_name)
> 
> (and test are passing)
> 
Tests pass but the warnings are still there.

-- Petr

Attachment: pgp5dHNTWvPaA.pgp
Description: PGP signature

-- 
## List details at https://lists.exim.org/mailman/listinfo/pcre-dev 

Reply via email to