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_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 functions not being used anywhere
  Merged add_bypass_address() and add_host_route_if_nonlocal()

 cryptoapi.c |    2 ++
 ieproxy.c   |    3 ++-
 options.c   |    2 ++
 perf.c      |    2 ++
 pkcs11.c    |    2 ++
 ps.c        |   12 ------------
 reliable.c  |    2 ++
 route.c     |   34 ++++++++++++----------------------
 sig.c       |    9 ---------
 socks.c     |    4 ++--
 ssl.c       |    2 +-
 11 files changed, 27 insertions(+), 47 deletions(-)

-- 
1.7.2.3


Reply via email to