CMAKE_BUILD_TYPE = Debug CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/adaptmap.c: In function ‘pixFillMapHoles’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/adaptmap.c:1492:21: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 1492 | if (val != valtest) { | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/adaptmap.c:1509:25: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 1509 | if (val == valtest) | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/affine.c:245: warning: "DEBUG" redefined 245 | #define DEBUG 0 | : note: this is the location of the previous definition /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bardecode.c: In function ‘barcodeDecodeEan13’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bardecode.c:961:29: warning: unused parameter ‘first’ [-Wunused-parameter] 961 | l_int32 first, | ~~~~~~~~~^~~~~ In file included from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bardecode.c:68: At top level: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/readbarcode.h:198:20: warning: ‘Code128’ defined but not used [-Wunused-variable] 198 | static const char *Code128[] = { | ^~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bbuffer.c: In function ‘bbufferCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bbuffer.c:137:31: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 137 | if (nalloc <= 0 || nalloc > MaxArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/baseline.c: In function ‘pixGetLocalSkewTransform’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/baseline.c:451:5: warning: ‘dely’ may be used uninitialized in this function [-Wmaybe-uninitialized] 451 | ptaAddPt(ptas, w - 1, i - dely); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/binarize.c: In function ‘pixSauvolaGetThreshold’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/binarize.c:775:25: warning: ‘tab’ may be used uninitialized in this function [-Wmaybe-uninitialized] 775 | sd = tab[var]; | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/blend.c: In function ‘pixBlendGray’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/blend.c:572:50: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 572 | if (transparent == 0 || cval != transpix) { | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/blend.c:583:50: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 583 | if (transparent == 0 || cval != transpix) { | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/blend.c:619:50: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 619 | if (transparent == 0 || cval != transpix) { | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/blend.c:632:50: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 632 | if (transparent == 0 || cval != transpix) { | ^~ In file included from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bmf.c:75: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bmfdata.h:298:5: warning: string length ‘4456’ is greater than the length ‘4095’ ISO C99 compilers are required to support [-Woverlength-strings] 298 | "Bg0AABwBAwABAAAAAQAAACgBAwABAAAAAgAAAAAAAAAAAMASAAAEAAAAwBIAAAQA"; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bmfdata.h:369:5: warning: string length ‘4908’ is greater than the length ‘4095’ ISO C99 compilers are required to support [-Woverlength-strings] 369 | "AADAEgAABAA="; | ^~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bmfdata.h:448:5: warning: string length ‘5524’ is greater than the length ‘4095’ ISO C99 compilers are required to support [-Woverlength-strings] 448 | "AAABAAAAKAEDAAEAAAACAAAAAAAAAAAAwBIAAAQAAADAEgAABAA="; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bmfdata.h:536:5: warning: string length ‘6144’ is greater than the length ‘4095’ ISO C99 compilers are required to support [-Woverlength-strings] 536 | "AADAEgAABAAAAMASAAAEAA=="; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bmfdata.h:632:5: warning: string length ‘6760’ is greater than the length ‘4095’ ISO C99 compilers are required to support [-Woverlength-strings] 632 | "xhMAABwBAwABAAAAAQAAACgBAwABAAAAAgAAAAAAAAAAAMASAAAEAAAAwBIAAAQA"; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bmf.c: In function ‘pixaGenerateFont’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bmf.c:597:19: warning: ‘top’ may be used uninitialized in this function [-Wmaybe-uninitialized] 597 | box = boxCreate(0, top, w, i - top); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bmpio.c:67: warning: "DEBUG" redefined 67 | #define DEBUG 0 | : note: this is the location of the previous definition /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bmpio.c: In function ‘pixReadMemBmp’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bmpio.c:252:14: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘long long int’ [-Wsign-compare] 252 | if (size != 1LL * offset + 1LL * fdatabytes) | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bootnumgen1.c:277:5: warning: string length ‘15404’ is greater than the length ‘4095’ ISO C99 compilers are required to support [-Woverlength-strings] 277 | "jvipOnR1+/zAqSjZt8d/u77rjWELlRhwbXvuPHDQ1+Ia0DfkTV9Xvvr/OvH0fwCqtDFT"; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/blend.c: In function ‘pixLinearEdgeFade’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/blend.c:2257:58: warning: ‘slope’ may be used uninitialized in this function [-Wmaybe-uninitialized] 2257 | : maxfade - slope * (range - j); | ~~~~~~^~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/blend.c:2257:67: warning: ‘range’ may be used uninitialized in this function [-Wmaybe-uninitialized] 2257 | : maxfade - slope * (range - j); | ~~~~~~~^~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/blend.c:2277:33: warning: ‘ymin’ may be used uninitialized in this function [-Wmaybe-uninitialized] 2277 | line = data + (ymin + i) * wpl; | ~~~~~~^~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/blend.c:2261:52: warning: ‘xmin’ may be used uninitialized in this function [-Wmaybe-uninitialized] 2261 | val = GET_DATA_BYTE(line, xmin + j); | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bootnumgen2.c:259:5: warning: string length ‘14112’ is greater than the length ‘4095’ ISO C99 compilers are required to support [-Woverlength-strings] 259 | "Zi3Ws0ZwTNc5uO/YCXnyjpsvULJthpc+WEsuSLH77dVpXmw3MN3SbXYy1wX5J8X/A4d2+ho="; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bootnumgen3.c:335:5: warning: string length ‘19584’ is greater than the length ‘4095’ ISO C99 compilers are required to support [-Woverlength-strings] 335 | "2CxA7hM8K+cPXY/oicb4PTDFmTjKgW9BfMThTPDzX0i/X8xmIuhavt7gzdTSf7xa/wfeUnmO"; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bootnumgen4.c:778:5: warning: string length ‘51212’ is greater than the length ‘4095’ ISO C99 compilers are required to support [-Woverlength-strings] 778 | "mn/BeBL/t2X8B2rxLZ8="; | ^~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxbasic.c: In function ‘boxaCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxbasic.c:508:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘const long unsigned int’} [-Wsign-compare] 508 | if (n <= 0 || n > MaxBoxaPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxbasic.c: In function ‘boxaExtendArrayToSize’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxbasic.c:701:22: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘const long unsigned int’} [-Wsign-compare] 701 | if (boxa->nalloc > MaxBoxaPtrArraySize) /* belt & suspenders */ | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxbasic.c:705:14: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 705 | if (size <= boxa->nalloc) { | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxbasic.c: In function ‘boxaaCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxbasic.c:1241:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘const long unsigned int’} [-Wsign-compare] 1241 | if (n <= 0 || n > MaxBoxaaPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxbasic.c: In function ‘boxaaExtendArrayToSize’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxbasic.c:1414:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘const long unsigned int’} [-Wsign-compare] 1414 | if (baa->nalloc > MaxBoxaaPtrArraySize) /* belt & suspenders */ | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxbasic.c:1416:14: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘const long unsigned int’} [-Wsign-compare] 1416 | if (size > MaxBoxaaPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxbasic.c: In function ‘boxaaReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxbasic.c:1924:11: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘const long unsigned int’} [-Wsign-compare] 1924 | if (n > MaxBoxaaPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxbasic.c: In function ‘boxaReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxbasic.c:2162:11: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘const long unsigned int’} [-Wsign-compare] 2162 | if (n > MaxBoxaPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxfunc3.c: In function ‘pixSearchForRectangle’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxfunc3.c:1065:32: warning: unused parameter ‘skipdist’ [-Wunused-parameter] 1065 | l_int32 skipdist, | ~~~~~~~~~^~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxfunc2.c: In function ‘boxaaTranspose’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxfunc2.c:1853:5: warning: ‘nbox’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1853 | for (i = 0; i < nbox; i++) { | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxfunc2.c: In function ‘boxaaAlignBox’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxfunc2.c:1929:17: warning: ‘maxindex’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1929 | *pindex = maxindex; | ~~~~~~~~^~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c: In function ‘pixGetCCBorders’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c:742:9: warning: ‘xs’ may be used uninitialized in this function [-Wmaybe-uninitialized] 742 | pixGetHoleBorder(ccb, pixs, boxe, xs, ys); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c:729:16: warning: ‘xh’ may be used uninitialized in this function [-Wmaybe-uninitialized] 729 | for (x = xh + boxt->x; x < w; x++) { /* look for (fg) border pixel */ | ~~^~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c: In function ‘ccbaDisplayImage1’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c:2078:17: warning: ‘spy’ may be used uninitialized in this function [-Wmaybe-uninitialized] 2078 | locateOutsideSeedPixel(fpx, fpy, spx, spy, &xs, &ys); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c:2078:17: warning: ‘spx’ may be used uninitialized in this function [-Wmaybe-uninitialized] /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c:2078:17: warning: ‘fpy’ may be used uninitialized in this function [-Wmaybe-uninitialized] /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c:2078:17: warning: ‘fpx’ may be used uninitialized in this function [-Wmaybe-uninitialized] /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c: In function ‘ccbaDisplayImage2’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c:2185:17: warning: ‘spy’ may be used uninitialized in this function [-Wmaybe-uninitialized] 2185 | locateOutsideSeedPixel(fpx, fpy, spx, spy, &xs, &ys); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c:2185:17: warning: ‘spx’ may be used uninitialized in this function [-Wmaybe-uninitialized] /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c:2185:17: warning: ‘fpy’ may be used uninitialized in this function [-Wmaybe-uninitialized] /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c:2185:17: warning: ‘fpx’ may be used uninitialized in this function [-Wmaybe-uninitialized] /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/classapp.c: In function ‘boxaExtractSortedPattern’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/classapp.c:707:5: warning: ‘nad’ may be used uninitialized in this function [-Wmaybe-uninitialized] 707 | numaaAddNuma(naa, nad, L_INSERT); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/colorfill.c: In function ‘pixColorFill’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/colorfill.c:306:24: warning: unused variable ‘empty’ [-Wunused-variable] 306 | l_int32 x, y, w, h, empty; | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/colormap.c: In function ‘pixcmapReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/colormap.c:1772:35: warning: variable ‘ignore’ set but not used [-Wunused-but-set-variable] 1772 | l_int32 rval, gval, bval, aval, ignore; | ^~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/colorquant1.c: In function ‘pixOctreeQuantNumColors’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/colorquant1.c:2466:27: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 2466 | for (index = 0; index < ncubes; index++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/colormap.c: In function ‘pixcmapConvertToHex’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/colormap.c:2208:12: warning: ‘j’ may be used uninitialized in this function [-Wmaybe-uninitialized] 2208 | hexdata[j + 7] = '>'; | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/colorquant2.c: In function ‘pixQuantizeWithColormap’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/colorquant2.c:971:35: warning: unused parameter ‘mapsize’ [-Wunused-parameter] 971 | l_int32 mapsize, | ~~~~~~~~~~^~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/conncomp.c:128: warning: "DEBUG" redefined 128 | #define DEBUG 0 | : note: this is the location of the previous definition /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/correlscore.c: In function ‘pixCorrelationScoreThresholded’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/correlscore.c:547:42: warning: ‘untouchable’ may be used uninitialized in this function [-Wmaybe-uninitialized] 547 | if (count + downcount[y] - untouchable < threshold) { | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dewarp2.c: In function ‘dewarpIsLineCoverageValid’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dewarp2.c:1297:33: warning: ‘ybot’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1297 | fraction = (l_float32)(ybot - ytop) / (l_float32)h; | ~~~~~~^~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dewarp2.c:1297:33: warning: ‘ytop’ may be used uninitialized in this function [-Wmaybe-uninitialized] /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dewarp1.c: In function ‘dewarpReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dewarp1.c:1246:26: warning: ‘fpixh’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1246 | dew->samphdispar = fpixh; | ~~~~~~~~~~~~~~~~~^~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dewarp1.c:1238:26: warning: ‘fpixv’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1238 | dew->sampvdispar = fpixv; | ~~~~~~~~~~~~~~~~~^~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dewarp4.c: In function ‘dewarpaInfo’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dewarp4.c:684:34: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘L_DEWARPA *’ {aka ‘struct L_Dewarpa *’} [-Wformat=] 684 | fprintf(fp, "\nDewarpaInfo: %p\n", dewa); | ~^ ~~~~ | | | | | L_DEWARPA * {aka struct L_Dewarpa *} | void * /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dnabasic.c: In function ‘l_dnaCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dnabasic.c:181:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 181 | if (n <= 0 || n > MaxDoubleArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dnabasic.c: In function ‘l_dnaExtendArray’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dnabasic.c:482:20: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 482 | if (da->nalloc > MaxDoubleArraySize) /* belt & suspenders */ | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dnabasic.c: In function ‘l_dnaReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dnabasic.c:1049:11: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 1049 | if (n > MaxDoubleArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dnabasic.c: In function ‘l_dnaaCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dnabasic.c:1155:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 1155 | if (n <= 0 || n > MaxPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dnabasic.c: In function ‘l_dnaaExtendArray’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dnabasic.c:1340:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 1340 | if (daa->nalloc > MaxPtrArraySize) /* belt & suspenders */ | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dnabasic.c: In function ‘l_dnaaReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dnabasic.c:1627:11: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 1627 | if (n > MaxPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/fhmtgenlow.1.c: In function ‘fhmt_1_5’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/fhmtgenlow.1.c:273:21: warning: variable ‘wpls5’ set but not used [-Wunused-but-set-variable] 273 | l_int32 wpls5, wpls6; | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/fhmtgenlow.1.c:272:35: warning: variable ‘wpls4’ set but not used [-Wunused-but-set-variable] 272 | l_int32 wpls2, wpls3, wpls4; | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/fhmtgenlow.1.c:272:28: warning: variable ‘wpls3’ set but not used [-Wunused-but-set-variable] 272 | l_int32 wpls2, wpls3, wpls4; | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/fpix1.c: In function ‘fpixaCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/fpix1.c:723:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘const long unsigned int’} [-Wsign-compare] 723 | if (n <= 0 || n > MaxPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/fpix1.c: In function ‘fpixaExtendArrayToSize’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/fpix1.c:923:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘const long unsigned int’} [-Wsign-compare] 923 | if (fpixa->nalloc > MaxPtrArraySize) /* belt & suspenders */ | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/fpix1.c:925:14: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘const long unsigned int’} [-Wsign-compare] 925 | if (size > MaxPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/fpix1.c: In function ‘fpixReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/fpix1.c:1776:36: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 1776 | if (fread(data, 1, nbytes, fp) != nbytes) { | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/fpix1.c: In function ‘dpixReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/fpix1.c:2074:36: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 2074 | if (fread(data, 1, nbytes, fp) != nbytes) { | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/fpix2.c: In function ‘dpixConvertToPix’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/fpix2.c:625:22: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 625 | if (vald > maxval) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/gplot.c: In function ‘gplotRead’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/gplot.c:1243:35: warning: variable ‘ignore’ set but not used [-Wunused-but-set-variable] 1243 | l_int32 outformat, ret, version, ignore; | ^~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/gplot.c:1242:47: warning: variable ‘ignores’ set but not used [-Wunused-but-set-variable] 1242 | char *rootname, *title, *xlabel, *ylabel, *ignores; | ^~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/gifiostub.c: In function ‘pixReadStreamGif’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/gifiostub.c:45:30: warning: unused parameter ‘fp’ [-Wunused-parameter] 45 | PIX * pixReadStreamGif(FILE *fp) | ~~~~~~^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/gifiostub.c: In function ‘pixReadMemGif’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/gifiostub.c:52:36: warning: unused parameter ‘cdata’ [-Wunused-parameter] 52 | PIX * pixReadMemGif(const l_uint8 *cdata, size_t size) | ~~~~~~~~~~~~~~~^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/gifiostub.c:52:50: warning: unused parameter ‘size’ [-Wunused-parameter] 52 | PIX * pixReadMemGif(const l_uint8 *cdata, size_t size) | ~~~~~~~^~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/gifiostub.c: In function ‘pixWriteStreamGif’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/gifiostub.c:59:30: warning: unused parameter ‘fp’ [-Wunused-parameter] 59 | l_ok pixWriteStreamGif(FILE *fp, PIX *pix) | ~~~~~~^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/gifiostub.c:59:39: warning: unused parameter ‘pix’ [-Wunused-parameter] 59 | l_ok pixWriteStreamGif(FILE *fp, PIX *pix) | ~~~~~^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/gifiostub.c: In function ‘pixWriteMemGif’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/gifiostub.c:66:31: warning: unused parameter ‘pdata’ [-Wunused-parameter] 66 | l_ok pixWriteMemGif(l_uint8 **pdata, size_t *psize, PIX *pix) | ~~~~~~~~~~^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/gifiostub.c:66:46: warning: unused parameter ‘psize’ [-Wunused-parameter] 66 | l_ok pixWriteMemGif(l_uint8 **pdata, size_t *psize, PIX *pix) | ~~~~~~~~^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/gifiostub.c:66:58: warning: unused parameter ‘pix’ [-Wunused-parameter] 66 | l_ok pixWriteMemGif(l_uint8 **pdata, size_t *psize, PIX *pix) | ~~~~~^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/graphics.c: In function ‘pixFillPolygon’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/graphics.c:2563:25: warning: unused parameter ‘xmin’ [-Wunused-parameter] 2563 | l_int32 xmin, | ~~~~~~~~~^~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/graphics.c: In function ‘makePlotPtaFromNumaGen’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/graphics.c:1211:16: warning: ‘maxh’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1211 | ptad = ptaReplicatePattern(pta1, NULL, pta2, linewidth / 2, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1212 | linewidth / 2, maxw, maxh); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/graphics.c:1211:16: warning: ‘maxw’ may be used uninitialized in this function [-Wmaybe-uninitialized] /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/graphics.c: In function ‘pixRenderPtaArb’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/graphics.c:1409:13: warning: ‘val’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1409 | pixSetPixel(pix, x, y, val); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/grayquant.c: In function ‘pixGenerateMaskByValue’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/grayquant.c:865:45: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 865 | if (GET_DATA_QBIT(lineg, j) == val) | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/grayquant.c:868:46: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 868 | if (GET_DATA_DIBIT(lineg, j) == val) | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/grayquant.c: In function ‘thresholdToBinaryLineLow’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/grayquant.c:617:23: warning: ‘sword’ may be used uninitialized in this function [-Wmaybe-uninitialized] 617 | sword <<= 8; | ~~~~~~^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/heap.c: In function ‘lheapCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/heap.c:119:38: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 119 | if (n < InitialPtrArraySize || n > MaxPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/heap.c: In function ‘lheapPrint’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/heap.c:581:59: warning: format ‘%p’ expects argument of type ‘void *’, but argument 5 has type ‘void **’ [-Wformat=] 581 | fprintf(fp, "\n L_Heap: nalloc = %d, n = %d, array = %p\n", | ~^ | | | void * 582 | lh->nalloc, lh->n, lh->array); | ~~~~~~~~~ | | | void ** /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/jp2kheader.c: In function ‘readHeaderMemJp2k’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/jp2kheader.c:197:30: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 197 | if (4 * (windex + 2) + 2 >= size) | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/jp2kheader.c: In function ‘fgetJp2kResolution’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/jp2kheader.c:277:28: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 277 | if (nbytes < 80 || loc >= nbytes - 13) { | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/jbclass.c: In function ‘pixWordMaskByDilation’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/jbclass.c:1515:34: warning: ‘total’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1515 | if (check && count < 0.3 * total) { | ~~~~^~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/jp2kio.c: In function ‘pixReadStreamJp2k’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/jp2kio.c:243:29: warning: unused parameter ‘hint’ [-Wunused-parameter] 243 | l_int32 hint, | ~~~~~~~~~~^~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/jp2kio.c: In function ‘pixWriteStreamJp2k’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/jp2kio.c:523:29: warning: unused parameter ‘hint’ [-Wunused-parameter] 523 | l_int32 hint, | ~~~~~~~~~^~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/jpegio.c: In function ‘pixReadStreamJpeg’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/jpegio.c:262:29: warning: argument ‘fp’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered] 262 | pixReadStreamJpeg(FILE *fp, | ~~~~~~~~~~^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/jpegio.c:263:29: warning: argument ‘cmapflag’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered] 263 | l_int32 cmapflag, | ~~~~~~~~~~^~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/jpegio.c: In function ‘pixWriteStreamJpeg’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/jpegio.c:799:29: warning: argument ‘quality’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered] 799 | l_int32 quality, | ~~~~~~~~~^~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/leptwin.c:368: warning: ISO C forbids an empty translation unit [-Wpedantic] 368 | #endif /* _WIN32 */ | /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/kernel.c: In function ‘create2dFloatArray’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/kernel.c:511:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 511 | if (sx <= 0 || sx > MaxArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/kernel.c:513:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 513 | if (sy <= 0 || sy > MaxArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/kernel.c: In function ‘kernelReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/kernel.c:582:12: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 582 | if (sx > MaxArraySize || sy > MaxArraySize) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/kernel.c:582:33: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 582 | if (sx > MaxArraySize || sy > MaxArraySize) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/kernel.c:565:48: warning: variable ‘ignore’ set but not used [-Wunused-but-set-variable] 565 | l_int32 sy, sx, cy, cx, i, j, ret, version, ignore; | ^~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/kernel.c: In function ‘kernelCreateFromFile’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/kernel.c:817:11: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 817 | if (h > MaxArraySize || w > MaxArraySize) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/kernel.c:817:31: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 817 | if (h > MaxArraySize || w > MaxArraySize) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/libversions.c: In function ‘getImagelibVersions’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/libversions.c:104:10: warning: unused variable ‘buf’ [-Wunused-variable] 104 | char buf[128]; | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/maze.c: In function ‘pixSearchGrayMaze’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/maze.c:804:22: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 804 | if (dist < valr) { /* shortest path so far to this pixel */ | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/maze.c:819:22: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 819 | if (dist < valr) { /* shortest path so far to this pixel */ | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/maze.c:834:22: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 834 | if (dist < valr) { /* shortest path so far to this pixel */ | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/maze.c:849:22: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 849 | if (dist < valr) { /* shortest path so far to this pixel */ | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/morphseq.c: In function ‘morphSequenceVerify’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/morphseq.c:855:9: warning: ‘op’ may be used uninitialized in this function [-Wmaybe-uninitialized] 855 | lept_stderr("*** op = %s; border added but net reduction not 0\n", op); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numabasic.c: In function ‘numaCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numabasic.c:200:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 200 | if (n <= 0 || n > MaxFloatArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numabasic.c: In function ‘numaExtendArray’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numabasic.c:517:20: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 517 | if (na->nalloc > MaxFloatArraySize) /* belt & suspenders */ | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numabasic.c: In function ‘numaReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numabasic.c:1146:11: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 1146 | if (n > MaxFloatArraySize) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numabasic.c: In function ‘numaaCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numabasic.c:1400:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 1400 | if (n <= 0 || n > MaxPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numabasic.c: In function ‘numaaExtendArray’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numabasic.c:1587:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 1587 | if (naa->nalloc > MaxPtrArraySize) /* belt & suspenders */ | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numabasic.c: In function ‘numaaReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numabasic.c:1912:11: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 1912 | if (n > MaxPtrArraySize) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc1.c: In function ‘numaSortGeneral’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc1.c:2404:19: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 2404 | if (isize > MaxInitPtraSize - 1) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc1.c: In function ‘numaGetBinSortIndex’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc1.c:2761:15: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 2761 | if (isize > MaxInitPtraSize - 1) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc1.c: In function ‘numaThresholdEdges’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc1.c:1476:28: warning: ‘abovelast’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1476 | } else if (!inband && abovelast && below) { /* full jump down */ | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc1.c:1471:21: warning: ‘belowlast’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1471 | if (!inband && belowlast && above) { /* full jump up */ | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc1.c:1467:12: warning: ‘istart’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1467 | for (i = istart + 1; i < n; i++) { | ~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc2.c: In function ‘numaGetStatsUsingHistogram’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc2.c:1306:48: warning: ‘mean’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1306 | *pvariance = sum / (l_float32)n - mean * mean; | ~~~~~^~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pageseg.c: In function ‘pixGenHalftoneMask’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pageseg.c:284:30: warning: unused parameter ‘debug’ [-Wunused-parameter] 284 | l_int32 debug) | ~~~~~~~~~~^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc2.c: In function ‘numaFindExtrema’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc2.c:2549:22: warning: ‘minval’ may be used uninitialized in this function [-Wmaybe-uninitialized] 2549 | if (nav) numaAddNumber(nav, minval); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc2.c:2543:22: warning: ‘maxval’ may be used uninitialized in this function [-Wmaybe-uninitialized] 2543 | if (nav) numaAddNumber(nav, maxval); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc2.c: In function ‘numaFindLocForThreshold’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc2.c:2642:35: warning: ‘index’ may be used uninitialized in this function [-Wmaybe-uninitialized] 2642 | for (i = index - 1; i > index - skip; i--) { | ~~~~~~^~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc2.c: In function ‘numaSelectCrossingThreshold’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc2.c:2840:27: warning: ‘istart’ may be used uninitialized in this function [-Wmaybe-uninitialized] 2840 | runlen = iend - istart + 1; | ~~~~~^~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pageseg.c: In function ‘pixFindRectangleInCC’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pageseg.c:2309:24: warning: ‘ylast’ may be used uninitialized in this function [-Wmaybe-uninitialized] 2309 | h2 = ylast - yfirst + 1; | ~~~~~~^~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/parseprotos.c: In function ‘skipToEndOfFunction’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/parseprotos.c:637:31: warning: unused parameter ‘lbindex’ [-Wunused-parameter] 637 | l_int32 lbindex, | ~~~~~~~~~~^~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/partify.c: In function ‘boxaRemoveVGaps’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/partify.c:313:5: warning: ‘delta’ may be used uninitialized in this function [-Wmaybe-uninitialized] 313 | boxaAdjustBoxSides(boxa, nbox - 1, 0, 0, 0, delta); /* bot of last */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pdfio2.c: In function ‘l_generateFlateDataPdf’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pdfio2.c:736:25: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare] 736 | if ((n / 3) > (1 << bps)) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pdfio2.c: In function ‘parseTrailerPdf’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pdfio2.c:2283:32: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 2283 | if (xrefloc < 0 || xrefloc >= size) | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix1.c: In function ‘pixPrintStreamInfo’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix1.c:1958:40: warning: format ‘%p’ expects argument of type ‘void *’, but argument 4 has type ‘l_uint32 * const’ {aka ‘unsigned int * const’} [-Wformat=] 1958 | fprintf(fp, " wpl = %d, data = %p, refcount = %d\n", | ~^ | | | void * | %ls 1959 | pixGetWpl(pix), pix->data, pixGetRefcount(pix)); | ~~~~~~~~~ | | | l_uint32 * const {aka unsigned int * const} /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix2.c: In function ‘pixGetBlackOrWhiteVal’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix2.c:744:44: warning: operand of ?: changes signedness from ‘int’ to ‘unsigned int’ due to unsignedness of other operand [-Wsign-compare] 744 | val = (d == 32) ? 0xffffff00 : (1 << d) - 1; | ^~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix2.c: In function ‘pixSetAllArbitrary’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix2.c:957:17: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 957 | if (val >= n) { | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix2.c: In function ‘pixSetInRectArbitrary’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix2.c:1204:17: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 1204 | if (val >= n) { | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix2.c:1210:39: warning: operand of ?: changes signedness from ‘int’ to ‘unsigned int’ due to unsignedness of other operand [-Wsign-compare] 1210 | maxval = (d == 32) ? 0xffffff00 : (1 << d) - 1; | ^~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix2.c:1211:13: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 1211 | if (val > maxval) val = maxval; | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix2.c: In function ‘pixSetBorderRingVal’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix2.c:1671:24: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare] 1671 | if (d < 32 && (val >= (1 << d))) | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix2.c: In function ‘pixAddBorderGeneral’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix2.c:1932:39: warning: operand of ?: changes signedness from ‘int’ to ‘unsigned int’ due to unsignedness of other operand [-Wsign-compare] 1932 | maxval = (d == 32) ? 0xffffff00 : (1 << d) - 1; | ^~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix2.c:1936:18: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 1936 | else if (val >= maxval) | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix3.c: In function ‘pixSetMasked’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix3.c:222:23: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare] 222 | if (d < 32 && val == ((1 << d) - 1)) { | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix3.c: In function ‘pixPaintThroughMask’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix3.c:684:23: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare] 684 | if (d < 32 && val == ((1 << d) - 1)) { | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix5.c: In function ‘pixMinMaxNearLine’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix5.c:3068:25: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 3068 | if (val < minval) minval = val; | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix5.c:3069:25: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 3069 | if (val > maxval) maxval = val; | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix5.c:3077:25: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 3077 | if (val < minval) minval = val; | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix5.c:3078:25: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 3078 | if (val > maxval) maxval = val; | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix4.c: In function ‘pixGetAverageTiled’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix4.c:1788:34: warning: ‘meansq’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1788 | valt = (l_int32)(sqrt(meansq) + 0.5); | ^~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix4.c:1786:38: warning: ‘ave’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1786 | valt = (l_int32)(ave + 0.5); | ~~~~~^~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix5.c: In function ‘pixClipBoxToEdges’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix5.c:2223:8: warning: ‘change’ may be used uninitialized in this function [-Wmaybe-uninitialized] 2223 | if (change == 0) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixabasic.c: In function ‘pixaCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixabasic.c:173:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘const long unsigned int’} [-Wsign-compare] 173 | if (n <= 0 || n > MaxInitPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixabasic.c: In function ‘pixaExtendArrayToSize’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixabasic.c:616:22: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘const long unsigned int’} [-Wsign-compare] 616 | if (pixa->nalloc > MaxPixaPtrArraySize) /* belt & suspenders */ | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixabasic.c:620:14: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 620 | if (size <= pixa->nalloc) { | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixabasic.c: In function ‘pixaaCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixabasic.c:1844:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘const long unsigned int’} [-Wsign-compare] 1844 | if (n <= 0 || n > MaxInitPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixabasic.c: In function ‘pixaaExtendArray’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixabasic.c:2038:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘const long unsigned int’} [-Wsign-compare] 2038 | if (paa->nalloc > MaxPixaaPtrArraySize) /* belt & suspenders */ | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixabasic.c: In function ‘pixaReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixabasic.c:2655:11: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘const long unsigned int’} [-Wsign-compare] 2655 | if (n > MaxPixaPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixabasic.c: In function ‘pixaaReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixabasic.c:3070:11: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘const long unsigned int’} [-Wsign-compare] 3070 | if (n > MaxPixaaPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixabasic.c: In function ‘pixaaCreateFromPixa’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixabasic.c:1920:13: warning: ‘pixat’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1920 | pixaaAddPixa(paa, pixat, L_INSERT); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixafunc2.c: In function ‘pixaDisplayLinearly’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixafunc2.c:343:32: warning: unused parameter ‘background’ [-Wunused-parameter] 343 | l_int32 background, /* not used */ | ~~~~~~~~~~~^~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixafunc2.c: In function ‘pixaDisplayRandomCmap’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixafunc2.c:312:5: warning: ‘res’ may be used uninitialized in this function [-Wmaybe-uninitialized] 312 | pixSetResolution(pixd, res, res); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixafunc2.c: In function ‘pixaDisplayTiled’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixafunc2.c:698:5: warning: ‘res’ may be used uninitialized in this function [-Wmaybe-uninitialized] 698 | pixSetResolution(pixd, res, res); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixafunc2.c: In function ‘pixaDisplayTiledInColumns’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixafunc2.c:1007:5: warning: ‘res’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1007 | pixSetResolution(pixd, res, res); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c: In function ‘pixThresholdToValue’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:594:38: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 594 | if (*(lined + j) >= threshval) | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:611:38: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 611 | if (*(lined + j) <= threshval) | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c: In function ‘pixFinalAccumulateThreshold’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:790:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 790 | if (val >= threshold) { | ^~ In file included from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/alltypes.h:37, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/allheaders.h:35, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:97: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c: In function ‘pixMaxDynamicRange’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1290:23: note: in expansion of macro ‘L_MAX’ 1290 | max = L_MAX(max, word >> 28); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:38: warning: operand of ?: changes signedness from ‘l_int32’ {aka ‘int’} to ‘l_uint32’ {aka ‘unsigned int’} due to unsignedness of other operand [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1290:23: note: in expansion of macro ‘L_MAX’ 1290 | max = L_MAX(max, word >> 28); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1291:23: note: in expansion of macro ‘L_MAX’ 1291 | max = L_MAX(max, (word >> 24) & 0xf); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:38: warning: operand of ?: changes signedness from ‘l_int32’ {aka ‘int’} to ‘l_uint32’ {aka ‘unsigned int’} due to unsignedness of other operand [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1291:23: note: in expansion of macro ‘L_MAX’ 1291 | max = L_MAX(max, (word >> 24) & 0xf); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1292:23: note: in expansion of macro ‘L_MAX’ 1292 | max = L_MAX(max, (word >> 20) & 0xf); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:38: warning: operand of ?: changes signedness from ‘l_int32’ {aka ‘int’} to ‘l_uint32’ {aka ‘unsigned int’} due to unsignedness of other operand [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1292:23: note: in expansion of macro ‘L_MAX’ 1292 | max = L_MAX(max, (word >> 20) & 0xf); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1293:23: note: in expansion of macro ‘L_MAX’ 1293 | max = L_MAX(max, (word >> 16) & 0xf); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:38: warning: operand of ?: changes signedness from ‘l_int32’ {aka ‘int’} to ‘l_uint32’ {aka ‘unsigned int’} due to unsignedness of other operand [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1293:23: note: in expansion of macro ‘L_MAX’ 1293 | max = L_MAX(max, (word >> 16) & 0xf); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1294:23: note: in expansion of macro ‘L_MAX’ 1294 | max = L_MAX(max, (word >> 12) & 0xf); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:38: warning: operand of ?: changes signedness from ‘l_int32’ {aka ‘int’} to ‘l_uint32’ {aka ‘unsigned int’} due to unsignedness of other operand [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1294:23: note: in expansion of macro ‘L_MAX’ 1294 | max = L_MAX(max, (word >> 12) & 0xf); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1295:23: note: in expansion of macro ‘L_MAX’ 1295 | max = L_MAX(max, (word >> 8) & 0xf); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:38: warning: operand of ?: changes signedness from ‘l_int32’ {aka ‘int’} to ‘l_uint32’ {aka ‘unsigned int’} due to unsignedness of other operand [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1295:23: note: in expansion of macro ‘L_MAX’ 1295 | max = L_MAX(max, (word >> 8) & 0xf); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1296:23: note: in expansion of macro ‘L_MAX’ 1296 | max = L_MAX(max, (word >> 4) & 0xf); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:38: warning: operand of ?: changes signedness from ‘l_int32’ {aka ‘int’} to ‘l_uint32’ {aka ‘unsigned int’} due to unsignedness of other operand [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1296:23: note: in expansion of macro ‘L_MAX’ 1296 | max = L_MAX(max, (word >> 4) & 0xf); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1297:23: note: in expansion of macro ‘L_MAX’ 1297 | max = L_MAX(max, word & 0xf); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:38: warning: operand of ?: changes signedness from ‘l_int32’ {aka ‘int’} to ‘l_uint32’ {aka ‘unsigned int’} due to unsignedness of other operand [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1297:23: note: in expansion of macro ‘L_MAX’ 1297 | max = L_MAX(max, word & 0xf); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1299:23: note: in expansion of macro ‘L_MAX’ 1299 | max = L_MAX(max, word >> 24); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:38: warning: operand of ?: changes signedness from ‘l_int32’ {aka ‘int’} to ‘l_uint32’ {aka ‘unsigned int’} due to unsignedness of other operand [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1299:23: note: in expansion of macro ‘L_MAX’ 1299 | max = L_MAX(max, word >> 24); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1300:23: note: in expansion of macro ‘L_MAX’ 1300 | max = L_MAX(max, (word >> 16) & 0xff); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:38: warning: operand of ?: changes signedness from ‘l_int32’ {aka ‘int’} to ‘l_uint32’ {aka ‘unsigned int’} due to unsignedness of other operand [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1300:23: note: in expansion of macro ‘L_MAX’ 1300 | max = L_MAX(max, (word >> 16) & 0xff); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1301:23: note: in expansion of macro ‘L_MAX’ 1301 | max = L_MAX(max, (word >> 8) & 0xff); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:38: warning: operand of ?: changes signedness from ‘l_int32’ {aka ‘int’} to ‘l_uint32’ {aka ‘unsigned int’} due to unsignedness of other operand [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1301:23: note: in expansion of macro ‘L_MAX’ 1301 | max = L_MAX(max, (word >> 8) & 0xff); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1302:23: note: in expansion of macro ‘L_MAX’ 1302 | max = L_MAX(max, word & 0xff); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:38: warning: operand of ?: changes signedness from ‘l_int32’ {aka ‘int’} to ‘l_uint32’ {aka ‘unsigned int’} due to unsignedness of other operand [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1302:23: note: in expansion of macro ‘L_MAX’ 1302 | max = L_MAX(max, word & 0xff); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1304:23: note: in expansion of macro ‘L_MAX’ 1304 | max = L_MAX(max, word >> 16); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:38: warning: operand of ?: changes signedness from ‘l_int32’ {aka ‘int’} to ‘l_uint32’ {aka ‘unsigned int’} due to unsignedness of other operand [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1304:23: note: in expansion of macro ‘L_MAX’ 1304 | max = L_MAX(max, word >> 16); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1305:23: note: in expansion of macro ‘L_MAX’ 1305 | max = L_MAX(max, word & 0xffff); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:38: warning: operand of ?: changes signedness from ‘l_int32’ {aka ‘int’} to ‘l_uint32’ {aka ‘unsigned int’} due to unsignedness of other operand [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1305:23: note: in expansion of macro ‘L_MAX’ 1305 | max = L_MAX(max, word & 0xffff); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1307:23: note: in expansion of macro ‘L_MAX’ 1307 | max = L_MAX(max, word); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:38: warning: operand of ?: changes signedness from ‘l_int32’ {aka ‘int’} to ‘l_uint32’ {aka ‘unsigned int’} due to unsignedness of other operand [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1307:23: note: in expansion of macro ‘L_MAX’ 1307 | max = L_MAX(max, word); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c: In function ‘pixMaxDynamicRangeRGB’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1471:19: note: in expansion of macro ‘L_MAX’ 1471 | max = L_MAX(max, word >> 24); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:38: warning: operand of ?: changes signedness from ‘l_int32’ {aka ‘int’} to ‘l_uint32’ {aka ‘unsigned int’} due to unsignedness of other operand [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1471:19: note: in expansion of macro ‘L_MAX’ 1471 | max = L_MAX(max, word >> 24); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1472:19: note: in expansion of macro ‘L_MAX’ 1472 | max = L_MAX(max, (word >> 16) & 0xff); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:38: warning: operand of ?: changes signedness from ‘l_int32’ {aka ‘int’} to ‘l_uint32’ {aka ‘unsigned int’} due to unsignedness of other operand [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1472:19: note: in expansion of macro ‘L_MAX’ 1472 | max = L_MAX(max, (word >> 16) & 0xff); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1473:19: note: in expansion of macro ‘L_MAX’ 1473 | max = L_MAX(max, (word >> 8) & 0xff); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:243:38: warning: operand of ?: changes signedness from ‘l_int32’ {aka ‘int’} to ‘l_uint32’ {aka ‘unsigned int’} due to unsignedness of other operand [-Wsign-compare] 243 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:1473:19: note: in expansion of macro ‘L_MAX’ 1473 | max = L_MAX(max, (word >> 8) & 0xff); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixcomp.c: In function ‘pixacompCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixcomp.c:615:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 615 | if (n <= 0 || n > MaxPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixcomp.c: In function ‘pixacompCreateWithInit’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixcomp.c:686:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 686 | if (n <= 0 || n > MaxPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixcomp.c: In function ‘pixacompExtendArray’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixcomp.c:1017:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 1017 | if (pixac->nalloc > MaxPtrArraySize) /* belt & suspenders */ | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixcomp.c: In function ‘pixacompReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixcomp.c:1723:11: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 1723 | if (n > MaxPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c: In function ‘pixReadStreamPng’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:304:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 304 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:307:27: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 307 | for (j = 0; j < rowbytes; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:313:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 313 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:316:31: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 316 | for (j = k = 0; j < w; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:327:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 327 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:330:31: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 330 | for (j = k = 0; j < w; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:402:31: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 402 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:405:46: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 405 | for (j = 0, index = 0; j < rowbytes; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:407:52: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 407 | for (k = 0; k < 8 && index < w; k++, index++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:420:31: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 420 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:423:35: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 423 | for (j = 0; j < w; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:188:30: warning: variable ‘ncolors’ set but not used [-Wunused-but-set-variable] 188 | l_int32 i, j, k, index, ncolors, bitval, rval, gval, bval, valid; | ^~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c: In function ‘pixWriteStreamPng’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1209:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1209 | for (i = 0; i < h; i++) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1228:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1228 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1235:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1235 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1237:31: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1237 | for (j = k = 0; j < w; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c: In function ‘memio_png_write_data’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1383:20: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 1383 | while (written < len) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c: In function ‘memio_png_read_data’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1496:25: warning: comparison of integer expressions of different signedness: ‘png_size_t’ {aka ‘long unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 1496 | if (byteCountToRead > (thing->m_Size - thing->m_Count)) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c: In function ‘pixReadMemPng’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1680:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1680 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1683:27: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1683 | for (j = 0; j < rowbytes; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1689:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1689 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1692:31: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1692 | for (j = k = 0; j < w; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1703:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1703 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1706:31: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1706 | for (j = k = 0; j < w; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1776:31: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1776 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1779:46: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1779 | for (j = 0, index = 0; j < rowbytes; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1781:52: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1781 | for (k = 0; k < 8 && index < w; k++, index++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1794:31: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1794 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1797:35: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1797 | for (j = 0; j < w; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1556:30: warning: variable ‘ncolors’ set but not used [-Wunused-but-set-variable] 1556 | l_int32 i, j, k, index, ncolors, bitval, rval, gval, bval, valid; | ^~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c: In function ‘pixWriteMemPng’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:2091:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 2091 | for (i = 0; i < h; i++) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:2111:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 2111 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:2118:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 2118 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:2120:31: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 2120 | for (j = k = 0; j < w; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c: In function ‘pixReadStreamPng’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:185:25: warning: argument ‘fp’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered] 185 | pixReadStreamPng(FILE *fp) | ~~~~~~~^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pnmio.c: In function ‘pixWriteStreamPnm’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pnmio.c:818:51: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 818 | if (fwrite(lines, 1, filebpl, fp) != filebpl) | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pnmio.c: In function ‘pixWriteStreamPam’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pnmio.c:1092:47: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 1092 | if (fwrite(lines, 1, filebpl, fp) != filebpl) | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pnmio.c: In function ‘pnmReadNextAsciiValue’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pnmio.c:1340:14: warning: variable ‘ignore’ set but not used [-Wunused-but-set-variable] 1340 | l_int32 c, ignore; | ^~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c: In function ‘pixWriteStreamPng’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1046:14: warning: variable ‘palette’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered] 1046 | png_colorp palette = NULL; | ^~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c: In function ‘pixWriteMemPng’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1916:14: warning: variable ‘palette’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered] 1916 | png_colorp palette = NULL; | ^~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/psio1.c: In function ‘pixWriteSegmentedPageToPS’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/psio1.c:680:39: warning: ‘d’ may be used uninitialized in this function [-Wmaybe-uninitialized] 680 | val = (d == 8) ? 0xff : 0xffffff00; | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ptabasic.c: In function ‘ptaCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ptabasic.c:126:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 126 | if (n <= 0 || n > MaxArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ptabasic.c: In function ‘ptaExtendArrays’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ptabasic.c:385:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 385 | if (pta->nalloc > MaxArraySize) /* belt & suspenders */ | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ptabasic.c: In function ‘ptaReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ptabasic.c:729:11: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 729 | if (n > MaxArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ptabasic.c: In function ‘ptaaCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ptabasic.c:968:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 968 | if (n <= 0 || n > MaxPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ptabasic.c: In function ‘ptaaReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ptabasic.c:1393:11: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 1393 | if (n > MaxPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ptra.c: In function ‘ptraCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ptra.c:150:11: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 150 | if (n > MaxInitPtraSize) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/queue.c: In function ‘lqueuePrint’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/queue.c:318:76: warning: format ‘%p’ expects argument of type ‘void *’, but argument 6 has type ‘void **’ [-Wformat=] 318 | fprintf(fp, "\n L_Queue: nalloc = %d, nhead = %d, nelem = %d, array = %p\n", | ~^ | | | void * 319 | lq->nalloc, lq->nhead, lq->nelem, lq->array); | ~~~~~~~~~ | | | void ** /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/quadtree.c: In function ‘pixQuadtreeVariance’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/quadtree.c:238:24: warning: ‘fpixrv’ may be used uninitialized in this function [-Wmaybe-uninitialized] 238 | if (pfpixa_rv) fpixaAddFPix(*pfpixa_rv, fpixrv, L_INSERT); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/quadtree.c: In function ‘fpixaDisplayQuadtree’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/quadtree.c:695:9: warning: ‘pixt4’ may be used uninitialized in this function [-Wmaybe-uninitialized] 695 | w = pixGetWidth(pixt4); | ^~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/rbtree.c: In function ‘verify_properties’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/rbtree.c:844:41: warning: unused parameter ‘t’ [-Wunused-parameter] 844 | static void verify_properties(L_RBTREE *t) { | ~~~~~~~~~~^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/readbarcode.c: In function ‘pixExtractBarcodeWidths2’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/readbarcode.c:705:10: warning: unused variable ‘nac’ [-Wunused-variable] 705 | NUMA *nac, *nacp, *nad; | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/readbarcode.c:704:10: warning: unused variable ‘width’ [-Wunused-variable] 704 | l_int32 width; | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/readbarcode.c: In function ‘numaQuantizeCrossingsByWindow’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/readbarcode.c:1310:43: warning: unused parameter ‘debugflag’ [-Wunused-parameter] 1310 | l_int32 debugflag) | ~~~~~~~~~~~~^~~~~~~~~ In file included from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/readbarcode.c:89: At top level: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/readbarcode.h:198:20: warning: ‘Code128’ defined but not used [-Wunused-variable] 198 | static const char *Code128[] = { | ^~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/readbarcode.h:184:20: warning: ‘Upca’ defined but not used [-Wunused-variable] 184 | static const char *Upca[] = { | ^~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/readbarcode.h:169:20: warning: ‘Codabar’ defined but not used [-Wunused-variable] 169 | static const char *Codabar[] = { | ^~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/readbarcode.h:144:20: warning: ‘Code39’ defined but not used [-Wunused-variable] 144 | static const char *Code39[] = { | ^~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/readbarcode.h:120:20: warning: ‘Code93’ defined but not used [-Wunused-variable] 120 | static const char *Code93[] = { | ^~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/readbarcode.h:107:20: warning: ‘CodeI2of5’ defined but not used [-Wunused-variable] 107 | static const char *CodeI2of5[] = { | ^~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/readbarcode.h:93:20: warning: ‘Code2of5’ defined but not used [-Wunused-variable] 93 | static const char *Code2of5[] = { | ^~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/readbarcode.h:78:21: warning: ‘SupportedBarcodeFormatName’ defined but not used [-Wunused-variable] 78 | static const char *SupportedBarcodeFormatName[] = { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/readfile.c:94:20: warning: ‘FILE_GIF’ defined but not used [-Wunused-variable] 94 | static const char *FILE_GIF = "/tmp/lept/format/file.gif"; | ^~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/readbarcode.c: In function ‘numaGetPeakWidthLUT’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/readbarcode.c:1261:12: warning: ‘rat32’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1261 | if (rat32 > 1.75) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/recogdid.c: In function ‘recogMakeDecodingArray’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/recogdid.c:358:34: warning: unused parameter ‘debug’ [-Wunused-parameter] 358 | l_int32 debug) | ~~~~~~~~~~^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/recogtrain.c: In function ‘recogSortPixaByClass’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/recogtrain.c:1046:31: warning: unused parameter ‘setsize’ [-Wunused-parameter] 1046 | l_int32 setsize) | ~~~~~~~~~^~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/recogident.c: In function ‘recogExtractNumbers’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/recogident.c:1706:17: warning: ‘na’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1706 | numaaAddNuma(naa, na, L_INSERT); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/recogident.c:1705:17: warning: ‘ba’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1705 | boxaaAddBoxa(baa, ba, L_INSERT); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/roplow.c: In function ‘rasteropGeneralLow’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/roplow.c:1964:24: warning: ‘sfwaddb’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1964 | if (sfwaddb) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/roplow.c: In function ‘rasteropVipLow’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/roplow.c:2228:16: warning: ‘fwmask’ may be used uninitialized in this function [-Wmaybe-uninitialized] 2228 | fwmask &= lmask32[32 - fwbits + w]; | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sarray1.c: In function ‘sarrayCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sarray1.c:172:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 172 | if (n <= 0 || n > MaxPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sarray1.c: In function ‘sarrayExtendArray’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sarray1.c:496:20: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 496 | if (sa->nalloc > MaxPtrArraySize) /* belt & suspenders */ | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sarray1.c: In function ‘sarrayReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sarray1.c:1421:11: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 1421 | if (n > MaxPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sarray1.c:1445:47: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 1445 | if (fread(stringbuf, 1, size + 3, fp) != size + 3) { | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sarray1.c:1405:47: warning: variable ‘ignore’ set but not used [-Wunused-but-set-variable] 1405 | l_int32 i, n, size, index, bufsize, version, ignore, success; | ^~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sarray1.c: In function ‘getFilenamesInDirectory’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sarray1.c:1886:17: warning: unused variable ‘size’ [-Wunused-variable] 1886 | size_t size; | ^~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sarray1.c:1885:39: warning: variable ‘ignore’ set but not used [-Wunused-but-set-variable] 1885 | char *realdir, *stat_path, *ignore; | ^~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sarray1.c:1885:27: warning: unused variable ‘stat_path’ [-Wunused-variable] 1885 | char *realdir, *stat_path, *ignore; | ^~~~~~~~~ In file included from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/alltypes.h:50, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/allheaders.h:35, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/scale2.c:103: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/scale2.c: In function ‘pixScaleGrayMinMax2’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/arrayaccess.h:199:72: warning: ‘maxval’ may be used uninitialized in this function [-Wmaybe-uninitialized] 199 | *(l_uint8 *)((l_uintptr_t)((l_uint8 *)(pdata) + (n)) ^ 3) = (val) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/scale2.c:1130:20: note: ‘maxval’ was declared here 1130 | l_int32 minval, maxval; | ^~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/scale2.c:1183:48: warning: ‘minval’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1183 | SET_DATA_BYTE(lined, j, maxval - minval); | ^ In file included from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/alltypes.h:50, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/allheaders.h:35, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/scale2.c:103: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/scale2.c: In function ‘pixScaleGrayMinMax’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/arrayaccess.h:199:72: warning: ‘maxval’ may be used uninitialized in this function [-Wmaybe-uninitialized] 199 | *(l_uint8 *)((l_uintptr_t)((l_uint8 *)(pdata) + (n)) ^ 3) = (val) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/scale2.c:1025:20: note: ‘maxval’ was declared here 1025 | l_int32 minval, maxval, val; | ^~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/scale2.c:1091:48: warning: ‘minval’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1091 | SET_DATA_BYTE(lined, j, maxval - minval); | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/seedfill.c: In function ‘pixQualifyLocalMinima’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/seedfill.c:3114:17: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 3114 | if (val > maxval) { /* too large; erase */ | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/seedfill.c:3132:30: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 3132 | if (vals <= val) { /* not a minimum! */ | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sel1.c: In function ‘selaCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sel1.c:253:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 253 | if (n <= 0 || n > MaxPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sel1.c: In function ‘create2dIntArray’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sel1.c:526:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 526 | if (sx <= 0 || sx > MaxKernelSize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sel1.c:528:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 528 | if (sy <= 0 || sy > MaxKernelSize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sel1.c: In function ‘selReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sel1.c:1419:41: warning: variable ‘ignore’ set but not used [-Wunused-but-set-variable] 1419 | l_int32 sy, sx, cy, cx, i, j, version, ignore; | ^~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/selgen.c: In function ‘pixGetRunsOnLine’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/selgen.c:762:17: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 762 | if (val == preval) { /* extend current run */ | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/selgen.c:771:5: warning: ‘runlen’ may be used uninitialized in this function [-Wmaybe-uninitialized] 771 | numaAddNumber(numa, runlen); /* append last run */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/shear.c:70: warning: "DEBUG" redefined 70 | #define DEBUG 0 | : note: this is the location of the previous definition /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/skew.c: In function ‘pixFindSkewSweepAndSearchScore’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/skew.c:623:44: warning: unused parameter ‘sweepcenter’ [-Wunused-parameter] 623 | l_float32 sweepcenter, | ~~~~~~~~~~~~^~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/spixio.c: In function ‘pixDeserializeFromMemory’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/spixio.c:469:53: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 469 | if (ncolors < 0 || ncolors > 256 || ncolors + 7 >= nbytes/sizeof(l_int32)) | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/spixio.c:504:9: warning: ‘cmap’ may be used uninitialized in this function [-Wmaybe-uninitialized] 504 | pixcmapIsValid(cmap, pixd, &valid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/stack.c: In function ‘lstackCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/stack.c:88:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 88 | if (n <= 0 || n > MaxPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/stack.c: In function ‘lstackPrint’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/stack.c:285:58: warning: format ‘%p’ expects argument of type ‘void *’, but argument 5 has type ‘void **’ [-Wformat=] 285 | fprintf(fp, "\n Stack: nalloc = %d, n = %d, array = %p\n", | ~^ | | | void * 286 | lstack->nalloc, lstack->n, lstack->array); | ~~~~~~~~~~~~~ | | | void ** /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/strokes.c: In function ‘pixaFindStrokeWidth’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/strokes.c:215:31: warning: unused parameter ‘debug’ [-Wunused-parameter] 215 | l_int32 debug) | ~~~~~~~~~~~^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/strokes.c: In function ‘pixFindStrokeWidth’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/strokes.c:181:29: warning: ‘ratio’ may be used uninitialized in this function [-Wmaybe-uninitialized] 181 | width2 = 2.0 * (i - 1.0 + ratio + extra); | ~~~~~~~~^~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/tiffio.c: In function ‘pixReadFromTiffStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/tiffio.c:588:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 588 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/tiffio.c:607:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 607 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/tiffio.c:615:31: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 615 | for (j = k = 0; j < w; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/tiffio.c:643:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 643 | for (i = 0; i < h; i++, line += wpl) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/tiffio.c:644:42: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 644 | for (j = 0, ppixel = line; j < w; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/tiffio.c: In function ‘tiffUnmapCallback’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/tiffio.c:2491:30: warning: unused parameter ‘handle’ [-Wunused-parameter] 2491 | tiffUnmapCallback(thandle_t handle, | ~~~~~~~~~~~^~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/tiffio.c:2492:30: warning: unused parameter ‘data’ [-Wunused-parameter] 2492 | tdata_t data, | ~~~~~~~~~~~^~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/tiffio.c:2493:30: warning: unused parameter ‘length’ [-Wunused-parameter] 2493 | toff_t length) | ~~~~~~~~~~~^~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils1.c: In function ‘filesAreIdentical’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils1.c:360:19: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 360 | for (i = 0; i < nbytes1; i++) { | ^ In file included from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/alltypes.h:37, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/allheaders.h:35, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils1.c:114: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils1.c: In function ‘fileCorruptByDeletion’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 238 | #define L_MIN(x, y) (((x) < (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils1.c:499:12: note: in expansion of macro ‘L_MIN’ 499 | locb = L_MIN(locb, inbytes - 1); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238:38: warning: operand of ?: changes signedness from ‘l_int32’ {aka ‘int’} to ‘size_t’ {aka ‘long unsigned int’} due to unsignedness of other operand [-Wsign-compare] 238 | #define L_MIN(x, y) (((x) < (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils1.c:499:12: note: in expansion of macro ‘L_MIN’ 499 | locb = L_MIN(locb, inbytes - 1); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 238 | #define L_MIN(x, y) (((x) < (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils1.c:502:13: note: in expansion of macro ‘L_MIN’ 502 | sizeb = L_MIN(sizeb, inbytes - locb); /* >= 1 */ | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238:38: warning: operand of ?: changes signedness from ‘l_int32’ {aka ‘int’} to ‘size_t’ {aka ‘long unsigned int’} due to unsignedness of other operand [-Wsign-compare] 238 | #define L_MIN(x, y) (((x) < (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils1.c:502:13: note: in expansion of macro ‘L_MIN’ 502 | sizeb = L_MIN(sizeb, inbytes - locb); /* >= 1 */ | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils1.c: In function ‘fileCorruptByMutation’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 238 | #define L_MIN(x, y) (((x) < (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils1.c:563:12: note: in expansion of macro ‘L_MIN’ 563 | locb = L_MIN(locb, bytes - 1); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238:38: warning: operand of ?: changes signedness from ‘l_int32’ {aka ‘int’} to ‘size_t’ {aka ‘long unsigned int’} due to unsignedness of other operand [-Wsign-compare] 238 | #define L_MIN(x, y) (((x) < (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils1.c:563:12: note: in expansion of macro ‘L_MIN’ 563 | locb = L_MIN(locb, bytes - 1); | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 238 | #define L_MIN(x, y) (((x) < (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils1.c:566:13: note: in expansion of macro ‘L_MIN’ 566 | sizeb = L_MIN(sizeb, bytes - locb); /* >= 1 */ | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238:38: warning: operand of ?: changes signedness from ‘l_int32’ {aka ‘int’} to ‘size_t’ {aka ‘long unsigned int’} due to unsignedness of other operand [-Wsign-compare] 238 | #define L_MIN(x, y) (((x) < (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils1.c:566:13: note: in expansion of macro ‘L_MIN’ 566 | sizeb = L_MIN(sizeb, bytes - locb); /* >= 1 */ | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils1.c: In function ‘fileReplaceBytes’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils1.c:619:24: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 619 | if (start + nbytes > inbytes) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils1.c:631:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 631 | for (i = start; i < start + newsize; i++) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils1.c:635:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 635 | for (i = start; i < outbytes; i++, index++) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c: In function ‘stringLength’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c:390:19: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 390 | for (i = 0; i < size; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c: In function ‘stringCat’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c:437:17: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 437 | if (lendest == size) | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c:442:27: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 442 | n = (lendest + lensrc > size - 1 ? 0 : lensrc); | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c: In function ‘arrayReplaceEachSequence’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c:1122:38: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 1122 | for (i = 0, di = 0, index = 0; i < dataslen; i++) { | ^ In file included from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/alltypes.h:37, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/allheaders.h:35, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c:207: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238:29: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 238 | #define L_MIN(x, y) (((x) < (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c:1127:24: note: in expansion of macro ‘L_MIN’ 1127 | incr = L_MIN(seqlen, si - i); /* amount to remove from datas */ | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238:44: warning: operand of ?: changes signedness from ‘l_int32’ {aka ‘int’} to ‘size_t’ {aka ‘long unsigned int’} due to unsignedness of other operand [-Wsign-compare] 238 | #define L_MIN(x, y) (((x) < (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c:1127:24: note: in expansion of macro ‘L_MIN’ 1127 | incr = L_MIN(seqlen, si - i); /* amount to remove from datas */ | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c:1133:31: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 1133 | for (j = 0; j < newseqlen; j++) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c: In function ‘arrayFindEachSequence’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c:1195:19: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 1195 | if (start >= datalen) | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c: In function ‘arrayFindSequence’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c:1251:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 1251 | for (j = 0; j < seqlen; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c:1254:19: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 1254 | if (j == seqlen - 1) | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c: In function ‘l_binaryCompare’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c:1706:19: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 1706 | for (i = 0; i < size1; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c: In function ‘callSystemDebug’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c:2643:10: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable] 2643 | l_int32 ret; | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c: In function ‘convertSepCharsInPath’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c:3007:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 3007 | for (i = 0; i < len; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c:3012:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 3012 | for (i = 0; i < len; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/warper.c: In function ‘pixStretchHorizontalSampled’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/warper.c:832:19: warning: ‘j’ may be used uninitialized in this function [-Wmaybe-uninitialized] 832 | if (j < 0 || j > w - 1) continue; | ~~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/warper.c: In function ‘pixStretchHorizontalLI’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/warper.c:934:16: warning: ‘j’ may be used uninitialized in this function [-Wmaybe-uninitialized] 934 | if (jp < 0 || jp > wm) continue; | ~~~^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/watershed.c: In function ‘identifyWatershedBasin’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/watershed.c:670:26: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 670 | if (lval >= level) continue; /* too high */ | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/warper.c: In function ‘pixQuadraticVShearSampled’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/warper.c:1125:55: warning: ‘delrowb’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1125 | dely = (delrowt * (hm - id) + delrowb * id) * denom1; | ~~~~~~~~^~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/warper.c:1125:33: warning: ‘delrowt’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1125 | dely = (delrowt * (hm - id) + delrowb * id) * denom1; | ~~~~~~~~^~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/warper.c: In function ‘pixQuadraticVShearLI’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/warper.c:1249:55: warning: ‘delrowb’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1249 | dely = (delrowt * (hm - id) + delrowb * id) * denom1; | ~~~~~~~~^~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/warper.c:1249:33: warning: ‘delrowt’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1249 | dely = (delrowt * (hm - id) + delrowb * id) * denom1; | ~~~~~~~~^~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/alltypes.h:37, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/allheaders.h:35, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/writefile.c:93: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/writefile.c: In function ‘changeFormatForMissingLib’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:533:57: warning: unused variable ‘procName’ [-Wunused-variable] 533 | #define PROCNAME(name) static const char procName[] = name | ^~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/writefile.c:1161:5: note: in expansion of macro ‘PROCNAME’ 1161 | PROCNAME("changeFormatForMissingLib"); | ^~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/writefile.c:1159:37: warning: unused parameter ‘pformat’ [-Wunused-parameter] 1159 | changeFormatForMissingLib(l_int32 *pformat) | ~~~~~~~~~~^~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/writefile.c: In function ‘pixDisplayWrite’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/writefile.c:1200:26: warning: unused parameter ‘pixs’ [-Wunused-parameter] 1200 | pixDisplayWrite(PIX *pixs, | ~~~~~~~~~^~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/writefile.c:1201:26: warning: unused parameter ‘reduction’ [-Wunused-parameter] 1201 | l_int32 reduction) | ~~~~~~~~~^~~~~~~~~ In file included from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/alltypes.h:37, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/allheaders.h:35, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/writefile.c:93: At top level: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:533:57: warning: ‘procName’ defined but not used [-Wunused-const-variable=] 533 | #define PROCNAME(name) static const char procName[] = name | ^~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/writefile.c:1161:5: note: in expansion of macro ‘PROCNAME’ 1161 | PROCNAME("changeFormatForMissingLib"); | ^~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/zlibmem.c:66: warning: "DEBUG" redefined 66 | #define DEBUG 0 | : note: this is the location of the previous definition /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/zlibmem.c: In function ‘zlibUncompress’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.80.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/zlibmem.c:202:13: warning: variable ‘status’ set but not used [-Wunused-but-set-variable] 202 | l_int32 status, success; | ^~~~~~ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY WARN: libtiff/4.1.0: requirement libwebp/1.1.0 overridden by leptonica/1.80.0 to libwebp/1.0.3