tesseract/src
Stefan Weil 296a836f4e Fix compiler warnings [-Wunused-const-variable]
clang warnings:

src/classify/trainingsampleset.cpp:39:11: warning:
 unused variable 'kMinOutlierSamples' [-Wunused-const-variable]
src/lstm/lstmrecognizer.cpp:45:11: warning:
 unused variable 'kMaxChoices' [-Wunused-const-variable]
src/training/dawg2wordlist.cpp:28:11: warning:
 unused variable 'kDictDebugLevel' [-Wunused-const-variable]
src/training/stringrenderer.cpp:50:21: warning:
 unused variable 'kWordJoiner' [-Wunused-const-variable]

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-07-05 12:07:04 +02:00
..
api Fix build with legacy engine disabled (part 2) 2018-07-04 17:56:42 +02:00
arch dotproductsse: Fix include statements 2018-06-25 19:15:37 +02:00
ccmain Fix compiler warnings [-Wzero-as-null-pointer-constant] 2018-07-04 20:40:56 +02:00
ccstruct Fix compiler warning [-Wshadow-field-in-constructor] 2018-07-04 21:58:33 +02:00
ccutil Fix compiler warnings [-Wzero-as-null-pointer-constant] 2018-07-04 20:40:56 +02:00
classify Fix compiler warnings [-Wunused-const-variable] 2018-07-05 12:07:04 +02:00
cutil Fix compiler warnings [-Wzero-as-null-pointer-constant] 2018-07-04 20:40:56 +02:00
dict Replace function DoError and remove danerror.cpp, danerror.h 2018-07-03 13:21:17 +02:00
lstm Fix compiler warnings [-Wunused-const-variable] 2018-07-05 12:07:04 +02:00
opencl Remove unneeded type casts 2018-07-04 14:23:55 +02:00
textord Fix compiler warnings [-Wzero-as-null-pointer-constant] 2018-07-04 20:40:56 +02:00
training Fix compiler warnings [-Wunused-const-variable] 2018-07-05 12:07:04 +02:00
viewer Fix compiler warnings [-Wzero-as-null-pointer-constant] 2018-07-04 20:40:56 +02:00
vs2010 Fix file endings 2018-04-25 19:35:33 +02:00
wordrec Fix build with legacy engine disabled 2018-07-04 17:56:42 +02:00