fix(kernel/expr): compilation warning
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
6a63ef3bc5
commit
5060bdbf14
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue