mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 01:13:18 +00:00
fixes to build warnings
This commit is contained in:
parent
2ac6f8bb06
commit
826835fd7c
21 changed files with 20 additions and 65 deletions
|
@ -3495,10 +3495,8 @@ public:
|
|||
|
||||
bool validate_eq(enode* x, enode* y) {
|
||||
static bool s_validating = false;
|
||||
static unsigned s_count = 0;
|
||||
if (s_validating)
|
||||
return true;
|
||||
++s_count;
|
||||
flet<bool> _svalid(s_validating, true);
|
||||
context nctx(m, ctx().get_fparams(), ctx().get_params());
|
||||
add_background(nctx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue