fix(kernel/expr): compilation warning

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2014-01-20 13:12:49 -08:00
parent 6a63ef3bc5
commit 5060bdbf14

View file

@ -287,6 +287,7 @@ unsigned get_size(expr const & e) {
case expr_kind::Let:
return to_let(e)->m_total_size;
}
lean_unreachable(); // LCOV_EXCL_LINE
}
expr copy(expr const & a) {