Eliminate `Warning` macro in favor of `EnvObj::warning` (#7575)
authorGereon Kremer <nafur42@gmail.com>
Fri, 5 Nov 2021 01:16:12 +0000 (18:16 -0700)
committerGitHub <noreply@github.com>
Fri, 5 Nov 2021 01:16:12 +0000 (01:16 +0000)
commit4669bb1ab2fce322cd8e3e172e57f0aa3006e1d7
treea96dbf6ee19c1be29b24a2b92fd38dad9553a443
parent6d947b4f85d005681ff438c6bd8ef7bba557be10
Eliminate `Warning` macro in favor of `EnvObj::warning` (#7575)

This PR eliminates almost all usages of the Warning macro, replacing it mostly by calling EnvObj::warning.
26 files changed:
src/preprocessing/passes/miplib_trick.cpp
src/preprocessing/passes/sep_skolem_emp.cpp
src/smt/env.cpp
src/smt/env.h
src/smt/preprocessor.cpp
src/smt/process_assertions.cpp
src/smt/proof_post_processor.cpp
src/smt/proof_post_processor.h
src/smt/set_defaults.cpp
src/smt/solver_engine.cpp
src/theory/arith/linear_equality.cpp
src/theory/arith/linear_equality.h
src/theory/arith/nl/cad_solver.cpp
src/theory/arith/nl/cad_solver.h
src/theory/arith/nl/poly_conversion.cpp
src/theory/arith/tableau.h
src/theory/arith/theory_arith.cpp
src/theory/arith/theory_arith_private.cpp
src/theory/booleans/circuit_propagator.cpp
src/theory/booleans/circuit_propagator.h
src/theory/quantifiers/sygus/ce_guided_single_inv.cpp
src/theory/quantifiers/sygus/sygus_reconstruct.cpp
src/theory/quantifiers/sygus/sygus_reconstruct.h
src/theory/quantifiers/sygus/synth_conjecture.cpp
src/theory/uf/equality_engine.cpp
src/theory/uf/equality_engine.h