3
0
Fork 0
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:
Leonardo de Moura 2012-11-02 17:28:27 -07:00
parent ed52dce9b0
commit c1587dc37d
4 changed files with 9 additions and 1 deletions

View file

@ -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 {