fix warnings

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3588 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-10-13 16:30:09 +00:00
parent 02d8acab72
commit 8eb312128d
17 changed files with 64 additions and 83 deletions

View File

@@ -167,8 +167,6 @@ str2data (krb5_data *d,
char *fmt,
...)
{
char *p;
size_t len;
va_list args;
va_start(args, fmt);
@@ -286,7 +284,6 @@ krb5_change_password (krb5_context context,
{
krb5_error_code ret;
krb5_auth_context auth_context = NULL;
krb5_creds cred;
int sock;
int i;
char *buf;