-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 18/08/11 14:12, Heiko Hund wrote:
> When compiling for 64-bit Windows gcc warns about
>
> "cast from pointer to integer of different size"
>
> on two occasions in file event.c, due to invalid casting. This patch
> removes the type casts and uses t
When compiling for 64-bit Windows gcc warns about
"cast from pointer to integer of different size"
on two occasions in file event.c, due to invalid casting.
This patch removes the type casts and uses the correct
format specifier instead.
Signed-off-by: Heiko Hund
---
event.c |8