mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
addressing compiler warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
05a39cb2cf
commit
9c1f85e564
5 changed files with 1 additions and 10 deletions
|
@ -102,7 +102,6 @@ namespace pb {
|
|||
//
|
||||
else if (f->get_family_id() == au.get_family_id()) {
|
||||
if (f->get_decl_kind() == OP_ADD) {
|
||||
bool all_ite_01 = true;
|
||||
unsigned bits = 0;
|
||||
for (unsigned i = 0; i < sz; i++) {
|
||||
rational val1, val2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue