select, poll, isatty: Avoid warnings on x86_64 mingw64.
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Sat, 28 Jan 2012 11:39:43 +0000 (12:39 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 28 Jan 2012 11:39:43 +0000 (12:39 +0100)
commitd295f6c556e61bc10c19abd0d48978213cbf7bc8
tree551a9057c0dfed032372af6855f6c416f8a0e39a
parent0eab6e2c9ef1e852ec8a880e2e134670f3ceb5c2
select, poll, isatty: Avoid warnings on x86_64 mingw64.

* lib/select.c (IsConsoleHandle): Use intptr_t to convert handle
pointer to an integer.
* lib/poll.c (IsConsoleHandle): Likewise.
* lib/isatty.c (IsConsoleHandle): Likewise.
ChangeLog
lib/isatty.c
lib/poll.c
lib/select.c