rc: silence lion roar

R=rsc
http://codereview.appspot.com/4835048
This commit is contained in:
Russ Cox 2011-08-02 16:21:33 -04:00
parent 89ee8be3bd
commit a3b799d9f0

View file

@ -189,6 +189,7 @@ main(int argc, char *argv[])
if(ntrap) if(ntrap)
dotrap(); dotrap();
} }
return 0; /* not reached; silence OS X Lion gcc */
} }
/* /*
* Opcode routines * Opcode routines