mirror of
https://github.com/Z3Prover/z3
synced 2026-06-27 19:08:49 +00:00
build warnings
This commit is contained in:
parent
48bcee8e62
commit
30df8e7ece
6 changed files with 6 additions and 4 deletions
|
|
@ -86,6 +86,7 @@ namespace datalog {
|
|||
case forall_k: m_univ = true; break;
|
||||
case exists_k: m_exist = true; break;
|
||||
case lambda_k: m_lambda = true; break;
|
||||
case choice_k: break;
|
||||
}
|
||||
}
|
||||
void operator()(app * n) { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue