tesseract/api
Stefan Weil cd946dc30d api: Fix printing of a size_t value
size_t is not always the same as long, especially not for 64 bit Windows:

api/pdfrenderer.cpp:549:31: warning:
 format '%ld' expects argument of type 'long int',
 but argument 4 has type 'size_t {aka long long unsigned int}' [-Wformat=]

size_t normally requires a format string "%zu", but this is unsupported
by Visual Studio, so use a type cast.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-02-05 11:13:34 +01:00
..
apitypes.h Cleaned up externally used namespace by removing includes from baseapi.h 2012-02-02 03:14:16 +00:00
baseapi.cpp Don't use NULL for integer arguments 2016-02-05 11:13:15 +01:00
baseapi.h Remove unneeded const qualifiers 2016-02-05 11:13:00 +01:00
capi.cpp enable pdfrender with NO_CUBE_BUILD 2016-02-05 10:41:49 +01:00
capi.h enable pdfrender with NO_CUBE_BUILD 2016-02-05 10:41:49 +01:00
Makefile.am Get OpenCL to compile on OS X 2016-02-05 10:47:15 +01:00
Makefile.in temporary add configure and Makefile.in for release 2015-07-11 09:42:43 +02:00
pdfrenderer.cpp api: Fix printing of a size_t value 2016-02-05 11:13:34 +01:00
renderer.cpp Added osd renderer for psm 0. 2016-02-05 10:58:29 +01:00
renderer.h Added osd renderer for psm 0. 2016-02-05 10:58:29 +01:00
tesseractmain.cpp Added osd renderer for psm 0. 2016-02-05 10:58:29 +01:00