3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

fix compiler warnings under clang (#5839)

This commit is contained in:
Qix 2022-02-16 22:36:34 +01:00 committed by GitHub
parent 09da87dc85
commit 9cf50766a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 3 deletions

View file

@ -1563,6 +1563,7 @@ public:
return FC_CONTINUE;
}
for (expr* e : m_not_handled) {
(void) e; // just in case TRACE() is a no-op
TRACE("arith", tout << "unhandled operator " << mk_pp(e, m) << "\n";);
st = FC_GIVEUP;
}