mirror of
https://github.com/Z3Prover/z3
synced 2026-06-10 19:07:18 +00:00
build warnings
This commit is contained in:
parent
48bcee8e62
commit
30df8e7ece
6 changed files with 6 additions and 4 deletions
|
|
@ -119,6 +119,9 @@ protected:
|
|||
case lambda_k:
|
||||
m_stats["lambda-variables"] += q->get_num_decls();
|
||||
break;
|
||||
case choice_k:
|
||||
m_stats["choice-variables"] += q->get_num_decls();
|
||||
break;
|
||||
}
|
||||
m_stats["patterns"] += q->get_num_patterns();
|
||||
m_stats["no-patterns"] += q->get_num_no_patterns();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue