Fix compiler warning (-Wimplicit-fallthrough)

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2019-02-08 12:07:25 +01:00
parent d91c316ab1
commit 0c9f7db536

View File

@ -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_);