mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 20:21:23 +00:00
reduce set of mainly verbose warnings raised by -Wmaybe-uninitialized and unused variable warnings from release mode builds
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fa6f9b4a37
commit
5b497b6249
44 changed files with 68 additions and 70 deletions
|
@ -673,7 +673,7 @@ namespace qe {
|
|||
}
|
||||
|
||||
unsigned find_max(model& mdl, bool do_pos) {
|
||||
unsigned result;
|
||||
unsigned result = 0;
|
||||
bool new_max = true;
|
||||
rational max_r, r;
|
||||
expr_ref val(m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue