trc: silence lion roar - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit a3b799d9f0f0c3be1f46fe6d735262c530e86973
DIR parent 89ee8be3bd9d01277de55ae28213e47d73d5978c
HTML 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:
M src/cmd/rc/exec.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/src/cmd/rc/exec.c b/src/cmd/rc/exec.c
t@@ -189,6 +189,7 @@ main(int argc, char *argv[])
if(ntrap)
dotrap();
}
+ return 0; /* not reached; silence OS X Lion gcc */
}
/*
* Opcode routines