plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit a3b799d9f0f0c3be1f46fe6d735262c530e86973
parent 89ee8be3bd9d01277de55ae28213e47d73d5978c
Author: Russ Cox <rsc@swtch.com>
Date:   Tue,  2 Aug 2011 16:21:33 -0400

rc: silence lion roar

R=rsc
http://codereview.appspot.com/4835048

Diffstat:
Msrc/cmd/rc/exec.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/cmd/rc/exec.c b/src/cmd/rc/exec.c @@ -189,6 +189,7 @@ main(int argc, char *argv[]) if(ntrap) dotrap(); } + return 0; /* not reached; silence OS X Lion gcc */ } /* * Opcode routines