On Tue Jul 17 11:53:30 2007, [EMAIL PROTECTED] wrote:
> src/dynext.c: In function `run_init_lib':
> src/dynext.c:315: warning: cast does not match function type
> src/dynext.c:322: warning: cast does not match function type
> 
> The code looks nasty, but innocent:
> 
> 315:    load_func = (PMC * (*)(Interp *))D2FPTR(Parrot_dlsym(handle,
>                     cload_func_name));
> 
> 
> 322:    init_func = (void (*)(Interp *, PMC
> *))D2FPTR(Parrot_dlsym(handle,
>                     cinit_func_name));

Update: these warnings are gone, looks like D2FPTR has been removed from
the above lines (which are now lines 361 and 370 of dynext.c).

Mark

Reply via email to