mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-12 15:39:04 +08:00
cd946dc30d
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> |
||
---|---|---|
.. | ||
apitypes.h | ||
baseapi.cpp | ||
baseapi.h | ||
capi.cpp | ||
capi.h | ||
Makefile.am | ||
Makefile.in | ||
pdfrenderer.cpp | ||
renderer.cpp | ||
renderer.h | ||
tesseractmain.cpp |