mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
compiler warning
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4143c54257
commit
ed4a84e5d3
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ void lemma_cluster_finder::cluster(lemma_ref &lemma) {
|
|||
<< pattern << "\n"
|
||||
<< " and lemma cube: " << lcube << "\n";);
|
||||
|
||||
for (const lemma_ref &l : neighbours) {
|
||||
for (auto l : neighbours) {
|
||||
SASSERT(cluster->can_contain(l));
|
||||
bool added = cluster->add_lemma(l, false);
|
||||
(void)added;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue