diff options
| author | Russ Cox <rsc@swtch.com> | 2011-08-02 16:21:33 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@swtch.com> | 2011-08-02 16:21:33 -0400 |
| commit | a3b799d9f0f0c3be1f46fe6d735262c530e86973 (patch) | |
| tree | 8d0422d39dff368c0a67eb2428a8788e6e8f7d61 /src/cmd | |
| parent | 89ee8be3bd9d01277de55ae28213e47d73d5978c (diff) | |
| download | plan9port-a3b799d9f0f0c3be1f46fe6d735262c530e86973.tar.gz plan9port-a3b799d9f0f0c3be1f46fe6d735262c530e86973.zip | |
rc: silence lion roar
R=rsc
http://codereview.appspot.com/4835048
Diffstat (limited to 'src/cmd')
| -rw-r--r-- | src/cmd/rc/exec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/rc/exec.c b/src/cmd/rc/exec.c index ebb46b0d..03c96d49 100644 --- 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 |
