silence various warnings

This commit is contained in:
rsc 2005-08-11 17:33:43 +00:00
parent 01d1f4cb4b
commit bcac59d81b
13 changed files with 18 additions and 24 deletions

View file

@ -29,5 +29,4 @@ passtokey(char *key, char *p)
}
encrypt(key, t, 8);
}
return 1; /* not reached */
}