mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
fixes to build warnings
This commit is contained in:
parent
2ac6f8bb06
commit
826835fd7c
21 changed files with 20 additions and 65 deletions
|
@ -942,7 +942,6 @@ namespace smt2 {
|
|||
}
|
||||
for (unsigned i = 0; i < sz; i++) {
|
||||
pdatatype_decl * d = new_dt_decls[i];
|
||||
symbol duplicated;
|
||||
check_duplicate(d, line, pos);
|
||||
if (!is_smt2_6) {
|
||||
// datatypes are inserted up front in SMT2.6 mode, so no need to re-insert them.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue