From bcac59d81b63c352a9073104e7e63838e117a877 Mon Sep 17 00:00:00 2001 From: rsc Date: Thu, 11 Aug 2005 17:33:43 +0000 Subject: silence various warnings --- src/cmd/auth/factotum/conv.c | 2 +- src/cmd/auth/factotum/fs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cmd/auth/factotum') diff --git a/src/cmd/auth/factotum/conv.c b/src/cmd/auth/factotum/conv.c index a39abff5..cd9d5045 100644 --- a/src/cmd/auth/factotum/conv.c +++ b/src/cmd/auth/factotum/conv.c @@ -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 */ diff --git a/src/cmd/auth/factotum/fs.c b/src/cmd/auth/factotum/fs.c index 698d3305..5e3a64e6 100644 --- a/src/cmd/auth/factotum/fs.c +++ b/src/cmd/auth/factotum/fs.c @@ -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 -- cgit v1.2.3