Yitzchak Scott-Thoennes wrote:
> bleadperl is getting:
> DProf.xs:140: warning: `unused' attribute ignored
> 
> The following fixes it; I thought about defining a pTHX_bare in
> perl.h that leaves off the register and PERL_UNUSED_DECL from pTHX,
> but decided there really wasn't going to be a lot of other demand
> for it.  The aTHX would have worked as is, but I thought it better
> to make both mentions just "my_perl".
> 
> --- p/ext/Devel/DProf/DProf.xs.orig     2005-07-08 10:03:01.000000000 -0700
> +++ p/ext/Devel/DProf/DProf.xs  2005-09-18 18:13:43.028478400 -0700

Thanks, applied as change #25486.

Reply via email to