-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Bruno Haible on 12/24/2009 12:40 PM:
> On Linux/glibc systems, I get this warning:
>
> test-pty.c:24: warning: initialization from incompatible pointer type
> test-pty.c:26: warning: initialization from incompatible pointer type
>
> It's
On Linux/glibc systems, I get this warning:
test-pty.c:24: warning: initialization from incompatible pointer type
test-pty.c:26: warning: initialization from incompatible pointer type
It's because glibc defines both forkpty and openpty with 'const' in the
last two parameters.
And also:
test-get
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Bruno Haible on 12/24/2009 11:20 AM:
> Eric Blake wrote:
>> I'm pushing this.
>
> I get this gcc warning, on Linux/glibc:
>
> test-nanosleep.c:24: warning: 'struct timepec' declared inside parameter list
> test-nanosleep.c:24: warning: i
Eric Blake wrote:
> I'm pushing this.
I get this gcc warning, on Linux/glibc:
test-nanosleep.c:24: warning: 'struct timepec' declared inside parameter list
test-nanosleep.c:24: warning: its scope is only this definition or declaration,
which is probably not what you want
test-nanosleep.c:24: war