mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 22:35:45 +00:00
fix build warning
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c2acbc2957
commit
8b12cc0bdf
2 changed files with 2 additions and 2 deletions
|
@ -159,7 +159,7 @@ protected:
|
|||
bool m_produce_assignments;
|
||||
status m_status;
|
||||
bool m_numeral_as_real;
|
||||
bool m_ignore_check; // used by the API to disable check-sat() commands when parsing SMT 2.0 files.
|
||||
bool m_ignore_check; // used by the API to disable check-sat() commands when parsing SMT 2.0 files.
|
||||
bool m_processing_pareto; // used when re-entering check-sat for pareto front.
|
||||
bool m_exit_on_error;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue