mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 06:03:23 +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:
|
default:
|
||||||
verbose_stream() << "invalid value for polysat.bvumulo: " << static_cast<unsigned>(s.config().m_bvumulo_repr) << "\n";
|
verbose_stream() << "invalid value for polysat.bvumulo: " << static_cast<unsigned>(s.config().m_bvumulo_repr) << "\n";
|
||||||
UNREACHABLE();
|
UNREACHABLE();
|
||||||
|
return {};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue