Re: [Openvpn-devel] [PATCH] fix warnings in event.c when building for win32-64

2012-02-21 Thread David Sommerseth
-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

[Openvpn-devel] [PATCH] fix warnings in event.c when building for win32-64

2011-08-18 Thread Heiko Hund
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