author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 7 Dec 2009 14:39:43 +0000 (15:39 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 7 Dec 2009 14:39:43 +0000 (15:39 +0100) | ||
commit | cc9557db6a969c871489670c1e841701b23fc919 | |
tree | 8e29fb3b5047ca9ae9073833d0a9c1648cf11263 | tree | snapshot |
parent | 81100dc0e3445e84f08089f258576a20211595ae | commit | diff |
src/pyvalues.c: Cast `void *' to a int that's guaranteed to be big enough.
For some weird reason `int' is only 4 bytes long on x86_64, so casting
`void *' to `int' results in compiler warnings / errors.
For some weird reason `int' is only 4 bytes long on x86_64, so casting
`void *' to `int' results in compiler warnings / errors.
src/pyvalues.c | diff | blob | history |