mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
fix compiler warnings under clang (#5839)
This commit is contained in:
parent
09da87dc85
commit
9cf50766a6
4 changed files with 3 additions and 3 deletions
|
@ -110,7 +110,6 @@ protected:
|
|||
void operator()(quantifier * q) {
|
||||
m_stats["quantifiers"]++;
|
||||
SASSERT(is_app(q->get_expr()));
|
||||
app * body = to_app(q->get_expr());
|
||||
switch (q->get_kind()) {
|
||||
case forall_k:
|
||||
m_stats["forall-variables"] += q->get_num_decls();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue