tesseract/src/cutil
Stefan Weil ac999b2409 Remove unused macros
This fixes compiler warnings from clang++ like these ones:

    src/ccutil/params.cpp:34:9: warning: macro is not used [-Wunused-macros]
    src/cutil/oldlist.cpp:67:9: warning: macro is not used [-Wunused-macros]
    src/cutil/oldlist.cpp:68:9: warning: macro is not used [-Wunused-macros]
    src/cutil/oldlist.cpp:78:9: warning: macro is not used [-Wunused-macros]

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2019-05-26 20:27:21 +02:00
..
bitvec.cpp Modernize code by replacing C type casts 2019-04-07 09:04:51 +02:00
bitvec.h Remove BOOL8, TRUE, FALSE from host.h 2019-03-31 18:27:20 +02:00
callcpp.cpp Modernize code by replacing C type casts 2019-04-07 09:04:51 +02:00
callcpp.h Remove BOOL8, TRUE, FALSE from host.h 2019-03-31 18:27:20 +02:00
cutil_class.cpp CUtil: Define virtual destructor in .cpp file 2018-09-04 07:46:31 +02:00
cutil_class.h Modernize C++ code using override 2019-03-26 07:37:52 +01:00
emalloc.cpp Fix whitespace issues 2018-08-01 13:19:52 +02:00
emalloc.h Remove tab character in source files 2018-10-12 11:31:10 +02:00
Makefile.am Remove file cutil.h 2019-03-27 19:03:42 +01:00
oldlist.cpp Remove unused macros 2019-05-26 20:27:21 +02:00
oldlist.h Modernize and format code 2019-04-03 21:02:23 +02:00
structures.cpp Remove old comments in file headers 2019-03-16 10:55:00 +01:00
structures.h Replace function DoError and remove danerror.cpp, danerror.h 2018-07-03 13:21:17 +02:00