mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 09:20:22 +00:00
fixes to build warnings
This commit is contained in:
parent
2ac6f8bb06
commit
826835fd7c
21 changed files with 20 additions and 65 deletions
|
@ -569,6 +569,7 @@ public:
|
|||
void traverse_neg_cycle2(bool try_relax, Functor & f) {
|
||||
static unsigned num_conflicts = 0;
|
||||
++num_conflicts;
|
||||
(void)num_conflicts;
|
||||
SASSERT(!is_feasible(m_edges[m_last_enabled_edge]));
|
||||
vector<numeral> potentials;
|
||||
svector<edge_id> edges;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue