3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-20 03:12:03 +00:00

fix compiler warnings

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-06-30 06:10:09 -07:00
parent 080bf79fe6
commit c4d893dfad
2 changed files with 2 additions and 1 deletions

View file

@ -2795,6 +2795,7 @@ namespace smt {
default:
UNREACHABLE();
}
return false;
} // end of execute_core
void display_trees(std::ostream & out, const ptr_vector<code_tree> & trees) {