3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-02-07 19:34:34 -08:00
parent b2c265496e
commit d5dfe07203

View file

@ -576,7 +576,7 @@ namespace smt {
return true;
}
}
UNREACHABLE(); // ???
UNREACHABLE(); // added because compiler complains that not all control paths return a value.
return false;
}