mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b2c265496e
commit
d5dfe07203
|
@ -576,7 +576,7 @@ namespace smt {
|
|||
return true;
|
||||
}
|
||||
}
|
||||
UNREACHABLE(); // ???
|
||||
UNREACHABLE(); // added because compiler complains that not all control paths return a value.
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue