mirror of
https://github.com/Z3Prover/z3
synced 2025-09-04 00:58:07 +00:00
fixed some warnings reported by clang++
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
ed52dce9b0
commit
c1587dc37d
4 changed files with 9 additions and 1 deletions
|
@ -270,7 +270,7 @@ namespace pdr {
|
|||
(*this)(n, new_cores.back().first, new_cores.back().second);
|
||||
}
|
||||
}
|
||||
virtual void collect_statistics(statistics& st) {}
|
||||
virtual void collect_statistics(statistics& st) const {}
|
||||
};
|
||||
|
||||
class context {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue