Fix all the simple compiler warnings.
This commit is contained in:
parent
34621b054a
commit
bfa06be62d
5 changed files with 5 additions and 10 deletions
|
@ -694,7 +694,6 @@ static int listen(void)
|
|||
static int lock(token_t verb, token_t obj)
|
||||
/* Lock, unlock, no object given. Assume various things if present. */
|
||||
{
|
||||
int k;
|
||||
int spk = ACTSPK[verb];
|
||||
if (obj == INTRANSITIVE) {
|
||||
spk=28;
|
||||
|
@ -989,7 +988,6 @@ int action(FILE *input, enum speechpart part, long verb, token_t obj)
|
|||
* unless verb is "say", which snarfs arbitrary second word.
|
||||
*/
|
||||
{
|
||||
int kk;
|
||||
token_t spk=ACTSPK[verb];
|
||||
|
||||
if (part == unknown)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue