mirror of
https://github.com/Z3Prover/z3
synced 2025-08-09 04:31:24 +00:00
build warnings from #4727
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
49dfaeb406
commit
5121017f19
3 changed files with 3 additions and 3 deletions
|
@ -71,7 +71,7 @@ namespace fpa {
|
|||
void get_antecedents(sat::literal l, sat::ext_justification_idx idx, sat::literal_vector& r, bool probing) override { UNREACHABLE(); }
|
||||
sat::check_result check() override { return sat::check_result::CR_DONE; }
|
||||
|
||||
euf::th_solver* clone(sat::solver*, euf::solver& ctx) { return alloc(solver, ctx); }
|
||||
euf::th_solver* clone(sat::solver*, euf::solver& ctx) override { return alloc(solver, ctx); }
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue