summaryrefslogtreecommitdiff
path: root/src/theory/model.cpp
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-11-16 17:52:37 +0000
committerMorgan Deters <mdeters@gmail.com>2012-11-16 17:52:37 +0000
commitefedf8ef67f1b52b15aab101156085b165de7a6f (patch)
tree6b24e697f7b7ed83fb2307049be28be255c0b7da /src/theory/model.cpp
parent9d55fef4dfa9d4b98457d36c3ef56b6771d0bd65 (diff)
fix a compiler warning in models
Diffstat (limited to 'src/theory/model.cpp')
-rw-r--r--src/theory/model.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/model.cpp b/src/theory/model.cpp
index 63772cc1f..33f482f8e 100644
--- a/src/theory/model.cpp
+++ b/src/theory/model.cpp
@@ -597,7 +597,7 @@ void TheoryEngineModelBuilder::buildModel(Model* m, bool fullModel)
}
}
Trace("model-builder") << " Assign phase, working on type: " << t << endl;
- bool assignable, evaluable;
+ bool assignable, evaluable CVC4_UNUSED;
for (i = noRepSet.begin(); i != noRepSet.end(); ) {
i2 = i;
++i;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback