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
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