tesseract/src/wordrec
Stefan Weil f107f116d9 Fix compiler warnings [-Wconditional-uninitialized]
clang warnings:

src/ccstruct/coutln.cpp:231:15: warning:
 variable 'destindex' may be uninitialized when used here [-Wconditional-uninitialized]
src/wordrec/language_model.cpp:1170:27: warning:
 variable 'expected_gap' may be uninitialized when used here [-Wconditional-uninitialized]

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-07-05 12:07:04 +02:00
..
associate.cpp Clean usage of assert.h 2018-06-21 19:31:05 +02:00
associate.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
chop.cpp Remove unused include files 2018-07-03 07:25:38 +02:00
chop.h Use using instead of typedef. Reason: https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Rt-using 2018-05-20 01:31:03 +03:00
chopper.cpp Remove unused include files 2018-07-03 07:25:38 +02:00
chopper.h Clean up cutil.h 2018-07-03 11:31:41 +02:00
drawfx.cpp Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
drawfx.h Fix line endings 2018-04-25 19:04:50 +02:00
findseam.cpp Fix some typos (most found by codespell) 2018-05-27 18:49:43 +02:00
findseam.h Use using instead of typedef. Reason: https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Rt-using 2018-05-20 01:31:03 +03:00
gradechop.cpp Remove public API file ndminx.h 2018-06-21 08:33:30 +02:00
gradechop.h Remove public API file ndminx.h 2018-06-21 08:33:30 +02:00
language_model.cpp Fix compiler warnings [-Wconditional-uninitialized] 2018-07-05 12:07:04 +02:00
language_model.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
lm_consistency.cpp Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
lm_consistency.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
lm_pain_points.cpp Use std::max/std::min instead of MAX/MIN macros. 2018-05-20 17:49:48 +03:00
lm_pain_points.h Use using instead of typedef. Reason: https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Rt-using 2018-05-20 01:31:03 +03:00
lm_state.cpp Replace MAX_FLOAT32 by standard FLT_MAX and remove unused MIN_FLOAT32 2018-07-02 13:29:39 +02:00
lm_state.h Replace MAX_FLOAT32 by standard FLT_MAX and remove unused MIN_FLOAT32 2018-07-02 13:29:39 +02:00
Makefile.am Fix build with legacy engine disabled 2018-07-04 17:56:42 +02:00
measure.h Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>). 2018-05-20 00:52:04 +03:00
outlines.cpp Clean usage of assert.h 2018-06-21 19:31:05 +02:00
outlines.h Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>). 2018-05-20 00:52:04 +03:00
params_model.cpp Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>). 2018-05-20 00:52:04 +03:00
params_model.h Fix file endings 2018-04-25 19:35:33 +02:00
pieces.cpp Remove public API file ndminx.h 2018-06-21 08:33:30 +02:00
plotedges.cpp Clean usage of assert.h 2018-06-21 19:31:05 +02:00
plotedges.h Fix line endings 2018-04-25 19:04:50 +02:00
render.cpp Clean usage of assert.h 2018-06-21 19:31:05 +02:00
render.h Fix line endings 2018-04-25 19:04:50 +02:00
segsearch.cpp Use std::max/std::min instead of MAX/MIN macros. 2018-05-20 17:49:48 +03:00
tface.cpp Merge branch 'master' into disable-legacy 2018-07-04 11:14:33 +03:00
wordclass.cpp Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>). 2018-05-20 00:52:04 +03:00
wordrec.cpp Add an option to compile tesseract without the code of the legacy OCR engine 2018-07-03 18:49:42 +03:00
wordrec.h Add an option to compile tesseract without the code of the legacy OCR engine 2018-07-03 18:49:42 +03:00