mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
deal with compiler warnings (unused variables etc)
This commit is contained in:
parent
6092bf534c
commit
c0f80f92ba
8 changed files with 14 additions and 23 deletions
|
@ -1604,7 +1604,7 @@ namespace smt {
|
|||
std::cout << B << "\n";
|
||||
}
|
||||
#endif
|
||||
SASSERT(is_sat != l_true);
|
||||
VERIFY(is_sat != l_true);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue