3
0
Fork 0
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:
Nuno Lopes 2021-02-19 12:16:05 +00:00
parent d6ce9cce95
commit e773e1e78d
4 changed files with 6 additions and 9 deletions

View file

@ -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)