silence various warnings
This commit is contained in:
parent
01d1f4cb4b
commit
bcac59d81b
13 changed files with 18 additions and 24 deletions
|
|
@ -105,7 +105,7 @@ convgetrpc(Conv *c, int want)
|
|||
return &c->rpc;
|
||||
rpcrespond(c, "phase in state '%s' want '%s'", c->state, rpcname[want]);
|
||||
}
|
||||
return nil; /* not reached */
|
||||
/* not reached */
|
||||
}
|
||||
|
||||
/* read until the done function tells us that's enough */
|
||||
|
|
|
|||
|
|
@ -159,7 +159,7 @@ readlist(int off, int (*gen)(int, char*, uint), Req *r)
|
|||
a += n;
|
||||
off++;
|
||||
}
|
||||
return -1; /* not reached */
|
||||
/* not reached */
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue