Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix compiler warning (-Wimplicit-fallthrough)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Feb 9, 2019
1 parent d91c316 commit 0c9f7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ccmain/pageiterator.cpp
Expand Up @@ -277,7 +277,7 @@ bool PageIterator::BoundingBoxInternal(PageIteratorLevel level,
break;
case RIL_PARA:
para = it_->row()->row->para();
// explicit fall-through.
// Fall through.
case RIL_TEXTLINE:
box = it_->row()->row->restricted_bounding_box(include_upper_dots_,
include_lower_dots_);
Expand Down

0 comments on commit 0c9f7db

Please sign in to comment.