bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SIGNATURE_CHECK


From: Bruno Haible
Subject: Re: SIGNATURE_CHECK
Date: Thu, 24 Dec 2009 20:40:13 +0100
User-agent: KMail/1.9.9

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-gettimeofday.c:23: warning: initialization from incompatible pointer type

It's because with _GNU_SOURCE, glibc declares the second argument of
gettimeofday as a 'struct timezone *'.

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]