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
551cc53a2f
commit
86b97186b0
2 changed files with 11 additions and 17 deletions
|
@ -4089,6 +4089,7 @@ namespace smt {
|
|||
expr_ref_vector arrangement_disjunction(mgr);
|
||||
|
||||
int pos = 1;
|
||||
(void)pos;
|
||||
for (unsigned int i = 0; i <= strValue.length(); i++) {
|
||||
zstring part1Str = strValue.extract(0, i);
|
||||
zstring part2Str = strValue.extract(i, strValue.length() - i);
|
||||
|
@ -4522,6 +4523,7 @@ namespace smt {
|
|||
|
||||
expr_ref_vector arrangement_disjunction(mgr);
|
||||
int pos = 1;
|
||||
(void)pos;
|
||||
|
||||
if (!avoidLoopCut || !has_self_cut(m, y)) {
|
||||
expr_ref_vector and_item(mgr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue