mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 11:07:51 +00:00
deal with compiler warnings and include value exchange prior to final check.
This commit is contained in:
parent
ce615ee116
commit
0e8969ce60
15 changed files with 132 additions and 146 deletions
|
@ -132,7 +132,7 @@ static bool parse_dimacs_core(Buffer & in, std::ostream& err, sat::solver & solv
|
|||
}
|
||||
}
|
||||
}
|
||||
catch (dimacs::lex_error) {
|
||||
catch (dimacs::lex_error& ) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
@ -280,7 +280,7 @@ namespace dimacs {
|
|||
}
|
||||
return true;
|
||||
}
|
||||
catch (lex_error) {
|
||||
catch (dimacs::lex_error&) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue