tesseract/src
Stefan Weil 8f66020821 Re-order initialisation in constructors of classes Dawg and DawgPosition
This fixes compiler warnings caused by
commit ecf0f2dee5:

    src/dict/dawg.h:202:9: warning: field 'type_' will be initialized
      after field 'lang_' [-Wreorder]
    src/dict/dawg.h:355:9: warning: field 'dawg_index' will be initialized
      after field 'dawg_ref' [-Wreorder]
    src/dict/dawg.h:356:9: warning: field 'punc_index' will be initialized
      after field 'punc_ref' [-Wreorder]

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2019-09-16 14:31:32 +02:00
..
api Made the lstm_choice mode compatible with the hocr_char_boxes mode 2019-09-02 11:09:54 +02:00
arch simd: Check OSXSAVE bit before calling _xgetbv 2019-09-15 19:35:37 +02:00
ccmain Disabled legacy engine build: Disable code related to ambigs. 2019-09-15 19:11:30 +02:00
ccstruct Fix CID 1164664 (Uninitialized scalar field) 2019-09-15 21:52:51 +02:00
ccutil Remove UnicharAmbigs for builds without legacy code 2019-09-15 19:11:30 +02:00
classify Add more initial values for class Classify from constructor to header file 2019-09-16 14:31:32 +02:00
cutil Remove more code for builds with disabled legacy engine 2019-08-13 17:49:10 +02:00
dict Re-order initialisation in constructors of classes Dawg and DawgPosition 2019-09-16 14:31:32 +02:00
lstm Remove UnicharAmbigs for builds without legacy code 2019-09-15 19:11:30 +02:00
opencl OpenCL: Add static attribute for kernel_src 2019-08-12 15:13:45 +02:00
textord Fix CID 1164666 (Uninitialized scalar field) 2019-09-15 22:01:25 +02:00
training Fix CID 1386099 (Uninitialized pointer field) 2019-09-14 15:43:50 +02:00
viewer Fix CID 1164636 (Uninitialized pointer field) 2019-09-14 17:13:06 +02:00
vs2010/tesseract replace VS implementation of gettimeofday with std::chrono::steady_clock::now(); fixes #2038 2018-11-08 19:43:46 +01:00
wordrec Fix CID 1164648 (Uninitialized scalar field) 2019-09-14 17:32:29 +02:00