mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
fix a few more warnings
This commit is contained in:
parent
d6ce9cce95
commit
e773e1e78d
4 changed files with 6 additions and 9 deletions
|
@ -376,7 +376,7 @@ namespace smt {
|
|||
|
||||
// a stand-alone theory.
|
||||
void theory_char::init_model(model_generator & mg) {
|
||||
m_factory = alloc(char_factory, get_manager(), get_family_id(), mg.get_model());
|
||||
m_factory = alloc(char_factory, get_manager(), get_family_id());
|
||||
mg.register_factory(m_factory);
|
||||
for (auto val : m_var2value)
|
||||
if (val != UINT_MAX)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue