Resolve warnings on Windows
commit24cbddd4b9c328333eca988e0106b014a4a23d73
authorAsanka Herath <asanka@secure-endpoints.com>
Thu, 3 Jun 2010 01:23:52 +0000 (2 21:23 -0400)
committerAsanka Herath <asanka@secure-endpoints.com>
Fri, 20 Aug 2010 17:03:38 +0000 (20 13:03 -0400)
treee2bde20160c28f9b7cce43973b071b07105bf99b
parent869e970f5daeae0ddaefa4f097ac8380e7c0ddcc
Resolve warnings on Windows

Appease the compiler by resolving some of the reported warnings,
including:

- Control paths that don't return.

- Potentially uninitialized variables.

- Unused local variables.

- Unreachable code.

- Type safety.

- Synchronize declarations with definitions for functions.
lib/hx509/sel.c
lib/krb5/cache.c
lib/krb5/get_default_principal.c
lib/ntlm/ntlm.c
lib/roken/base64.c
lib/roken/concat.c
lib/roken/dirent.c
lib/roken/simple_exec_w32.c
lib/roken/snprintf.c
lib/roken/unvis.c
lib/wind/errorlist.c