3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

compiler warnings

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-10-08 12:43:17 -07:00
parent d716771541
commit 16dc2788a7
2 changed files with 19 additions and 14 deletions

View file

@ -1622,7 +1622,7 @@ namespace nlsat {
del_clauses(m_valids);
if (m_check_lemmas) {
for (clause* c : m_learned) {
//check_lemma(c->size(), c->c_ptr(), false, nullptr);
check_lemma(c->size(), c->c_ptr(), false, nullptr);
}
}