Re: [Openvpn-devel] [PATCH 0/6] GNU C compiler warning clean-up

2010-11-15 Thread Peter Stuge
David Sommerseth wrote: > David Sommerseth (6): > Use stricter snprintf() formatting in socks_username_password_auth() > Fix compiler warnings about not used dummy() functions > Fixed potential misinterpretation of boolean logic > Only add some functions when really needed > Removed funct

[Openvpn-devel] [PATCH 0/6] GNU C compiler warning clean-up

2010-11-15 Thread David Sommerseth
The GNU C compiler gives a lot of different warnings when compiling with -Wall set. This patch-set tries to clean up all these issues, hopefully without breaking anything for other compilers - especially on the Windows platform. David Sommerseth (6): Use stricter snprintf() formatting in socks