mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 22:05:45 +00:00
disable silly warnings and add needed header for VS
This commit is contained in:
parent
19830bcd33
commit
f45ad4bdc0
17 changed files with 103 additions and 4 deletions
|
@ -114,7 +114,7 @@ static void get_interpolant_and_maybe_check(cmd_context & ctx, expr * t, params_
|
|||
|
||||
ptr_vector<expr>::const_iterator it = ctx.begin_assertions();
|
||||
ptr_vector<expr>::const_iterator end = ctx.end_assertions();
|
||||
ptr_vector<ast> cnsts(end - it);
|
||||
ptr_vector<ast> cnsts((unsigned)(end - it));
|
||||
for (int i = 0; it != end; ++it, ++i)
|
||||
cnsts[i] = *it;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue