[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: new compiler warning under "wheezy" in Perl code
From: |
Ben Pfaff |
Subject: |
Re: new compiler warning under "wheezy" in Perl code |
Date: |
Tue, 11 Sep 2012 21:07:28 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) |
John Darrington <address@hidden> writes:
> On Sun, Sep 09, 2012 at 05:15:59PM -0700, Ben Pfaff wrote:
> I upgraded from Debian "squeeze" to "wheezy" this week and there
> are tons of new warnings now. Most of them are not real
> problems, so I can resolve them, but this one seems like a real
> problem and I don't know the correct fix:
>
> PSPP.xs: In function 'XS_PSPP__Sysfile_pxs_create_sysfile':
> PSPP.xs:577:28: warning: cast to pointer from integer of different size
> [-Wint-to-pointer-cast]
>
> Would you mind taking a look?
>
> Can you try this patch:
The patch avoids the warning and passes the unit tests. Thank
you.