mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-10 20:23:12 +08:00
Fix compiler warning (-Wimplicit-fallthrough)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
d91c316ab1
commit
0c9f7db536
@ -277,7 +277,7 @@ bool PageIterator::BoundingBoxInternal(PageIteratorLevel level,
|
|||||||
break;
|
break;
|
||||||
case RIL_PARA:
|
case RIL_PARA:
|
||||||
para = it_->row()->row->para();
|
para = it_->row()->row->para();
|
||||||
// explicit fall-through.
|
// Fall through.
|
||||||
case RIL_TEXTLINE:
|
case RIL_TEXTLINE:
|
||||||
box = it_->row()->row->restricted_bounding_box(include_upper_dots_,
|
box = it_->row()->row->restricted_bounding_box(include_upper_dots_,
|
||||||
include_lower_dots_);
|
include_lower_dots_);
|
||||||
|
Loading…
Reference in New Issue
Block a user