summaryrefslogtreecommitdiff
path: root/src/proof/theory_proof.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/theory_proof.cpp')
-rw-r--r--src/proof/theory_proof.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/theory_proof.cpp b/src/proof/theory_proof.cpp
index 1f3e6abf1..8b9204a20 100644
--- a/src/proof/theory_proof.cpp
+++ b/src/proof/theory_proof.cpp
@@ -1186,7 +1186,7 @@ void LFSCBooleanProof::printOwnedTerm(Expr term, std::ostream& os, const ProofLe
}
// If letification is off or there were 2 children, same treatment as the other cases.
- // (No break is intentional).
+ CVC4_FALLTHROUGH;
case kind::XOR:
case kind::IMPLIES:
case kind::NOT:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback