3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

fix compiler warnings #4727

This commit is contained in:
Nuno Lopes 2020-10-18 11:31:21 +01:00
parent 44679d8f5b
commit b77c57451f
2 changed files with 2 additions and 2 deletions

View file

@ -2541,4 +2541,4 @@ namespace smt {
m_new_constraints.reset();
}
}
};
}

View file

@ -120,7 +120,7 @@ namespace smt {
void checkpoint(char const* component);
quantifier_macro_info* operator()(quantifier* q);
quantifier_macro_info* operator()(quantifier* q) override;
};
};