mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
Add missing return
This commit is contained in:
parent
4b29fbd4c7
commit
3f0f70ba7c
1 changed files with 1 additions and 0 deletions
|
@ -322,6 +322,7 @@ namespace polysat {
|
|||
default:
|
||||
verbose_stream() << "invalid value for polysat.bvumulo: " << static_cast<unsigned>(s.config().m_bvumulo_repr) << "\n";
|
||||
UNREACHABLE();
|
||||
return {};
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue