mirror of
https://github.com/Z3Prover/z3
synced 2025-07-29 07:27:57 +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
|
@ -324,7 +324,7 @@ namespace datalog {
|
|||
if (!is_rel_sort(r, sorts)) {
|
||||
return 0;
|
||||
}
|
||||
unsigned index0;
|
||||
unsigned index0 = 0;
|
||||
sort* last_sort = 0;
|
||||
SASSERT(num_params > 0);
|
||||
for (unsigned i = 0; i < num_params; ++i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue