aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rc
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2011-08-02 16:21:33 -0400
committerRuss Cox <rsc@swtch.com>2011-08-02 16:21:33 -0400
commita3b799d9f0f0c3be1f46fe6d735262c530e86973 (patch)
tree8d0422d39dff368c0a67eb2428a8788e6e8f7d61 /src/cmd/rc
parent89ee8be3bd9d01277de55ae28213e47d73d5978c (diff)
downloadplan9port-a3b799d9f0f0c3be1f46fe6d735262c530e86973.tar.gz
plan9port-a3b799d9f0f0c3be1f46fe6d735262c530e86973.tar.bz2
plan9port-a3b799d9f0f0c3be1f46fe6d735262c530e86973.zip
rc: silence lion roar
R=rsc http://codereview.appspot.com/4835048
Diffstat (limited to 'src/cmd/rc')
-rw-r--r--src/cmd/rc/exec.c1
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