mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
fix compiler warnings, gcc
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9746794962
commit
476b06fa14
4 changed files with 3 additions and 6 deletions
|
@ -622,7 +622,6 @@ unsigned bv_rewriter::propagate_extract(unsigned high, expr * arg, expr_ref & re
|
|||
}
|
||||
// perform removal
|
||||
SASSERT(removable <= to_remove);
|
||||
const unsigned new_sz = sz - removable;
|
||||
ptr_buffer<expr> new_args;
|
||||
ptr_buffer<expr> new_concat_args;
|
||||
for (unsigned i = 0; i < num; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue