aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/RESearch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RESearch.cxx b/src/RESearch.cxx
index a682016bc..262483d88 100644
--- a/src/RESearch.cxx
+++ b/src/RESearch.cxx
@@ -780,7 +780,7 @@ int RESearch::Execute(const CharacterIndexer &ci, Sci::Position lp, Sci::Positio
lp++;
if (lp >= endp) /* if EOS, fail, else fall through. */
return 0;
- // Falls through.
+ [[fallthrough]];
default: /* regular matching all the way. */
while (lp < endp) {
ep = PMatch(ci, lp, endp, ap);