Fix integer/pointer cast warnings in the Guile bindings on x86_64.
commite7622a04bdddf56fb5bb5f087885557a2ffb281d
authorLudovic Courtès <ludo@gnu.org>
Wed, 23 Sep 2009 09:07:13 +0000 (23 11:07 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 23 Sep 2009 09:08:19 +0000 (23 11:08 +0200)
tree2b938a51dcf8e26484ad789ccb93046e9a71548b
parent1dc068cb9c86df9c305502ae7a4522b1515e8c42
Fix integer/pointer cast warnings in the Guile bindings on x86_64.

* guile/src/core.c (do_fill_port, fill_session_record_port_input,
  scm_gnutls_set_session_transport_fd_x): Make sure pointer/integer casts
  use integers of the right size.
guile/src/core.c