mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
fix build warnings
This commit is contained in:
parent
30b4fe69e4
commit
7da58b9e84
4 changed files with 4 additions and 4 deletions
|
@ -1872,13 +1872,11 @@ public:
|
|||
// found path.
|
||||
reset_marks();
|
||||
m_heap.reset();
|
||||
unsigned length = 0;
|
||||
do {
|
||||
inc_activity(m_parent[w]);
|
||||
edge const& ee = m_edges[m_parent[w]];
|
||||
f(ee.get_explanation());
|
||||
w = ee.get_source();
|
||||
++length;
|
||||
}
|
||||
while (w != src2);
|
||||
return;
|
||||
|
|
|
@ -1554,6 +1554,7 @@ namespace smt {
|
|||
min_gain.reset();
|
||||
++round;
|
||||
|
||||
(void)round;
|
||||
TRACE("opt", tout << "round: " << round << ", max: " << max << "\n"; display_row(tout, r, true); tout << "state:\n"; display(tout););
|
||||
typename vector<row_entry>::const_iterator it = r.begin_entries();
|
||||
typename vector<row_entry>::const_iterator end = r.end_entries();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue