summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_engine.cpp')
-rw-r--r--src/theory/theory_engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/theory_engine.cpp b/src/theory/theory_engine.cpp
index 9de8fa0dd..cf7611dab 100644
--- a/src/theory/theory_engine.cpp
+++ b/src/theory/theory_engine.cpp
@@ -739,7 +739,7 @@ void TheoryEngine::propagate(Theory::Effort effort) {
Node TheoryEngine::getNextDecisionRequest() {
// Definition of the statement that is to be run by every theory
- unsigned min_priority;
+ unsigned min_priority = 0;
Node dec;
#ifdef CVC4_FOR_EACH_THEORY_STATEMENT
#undef CVC4_FOR_EACH_THEORY_STATEMENT
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback