commit 033dce6e17ea10997498e8fa189f6d079a6105b9 parent 53e6393295871b4682bf54374bc76cb0c35c42a6 Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Mon, 3 Aug 2015 10:17:12 -0400 silence clang warning Diffstat:
| M | lisc/live.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lisc/live.c b/lisc/live.c @@ -15,6 +15,7 @@ bset(Ref r, Blk *b, Bits *rb, int *nlv) break; default: diag("live: unhandled reference"); + return; } if (!BGET(*bs, r.val)) { ++*nlv;