CMAKE_BUILD_TYPE = Debug CMake Warning: Manually-specified variables were not used by the project: CMAKE_DISABLE_FIND_PACKAGE_openjp2 CMAKE_DISABLE_FIND_PACKAGE_webp 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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/adaptmap.c: In function ‘pixFillMapHoles’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/adaptmap.c:1491:21: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 1491 | if (val != valtest) { | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/adaptmap.c:1508:25: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 1508 | if (val == valtest) | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bardecode.c: In function ‘barcodeDecodeEan13’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bardecode.c:948:29: warning: unused parameter ‘first’ [-Wunused-parameter] 948 | l_int32 first, | ~~~~~~~~~^~~~~ In file included from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bardecode.c:68: At top level: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bbuffer.c: In function ‘bbufferCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/baseline.c: In function ‘pixGetLocalSkewTransform’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/binarize.c: In function ‘pixThresholdByHisto’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/binarize.c:1062:12: warning: unused variable ‘pix1’ [-Wunused-variable] 1062 | PIX *pix1; | ^~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/binarize.c:1061:38: warning: unused variable ‘nav’ [-Wunused-variable] 1061 | NUMA *na1, *na2, *na3, *naloc, *nav; | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/binarize.c:1061:30: warning: unused variable ‘naloc’ [-Wunused-variable] 1061 | NUMA *na1, *na2, *na3, *naloc, *nav; | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/binarize.c:1060:26: warning: unused variable ‘val2’ [-Wunused-variable] 1060 | l_float32 maxval, val1, val2, fract; | ^~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/binarize.c:1060:20: warning: unused variable ‘val1’ [-Wunused-variable] 1060 | l_float32 maxval, val1, val2, fract; | ^~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/binarize.c:1059:15: warning: unused variable ‘n’ [-Wunused-variable] 1059 | l_int32 i, n; | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/binarize.c:1059:12: warning: unused variable ‘i’ [-Wunused-variable] 1059 | l_int32 i, n; | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/binarize.c: In function ‘pixSauvolaGetThreshold’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/blend.c: In function ‘pixBlendGray’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.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.79.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.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bmf.c:75: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.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.79.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.79.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.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bmf.c: In function ‘pixaGenerateFont’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bmf.c:598:19: warning: ‘top’ may be used uninitialized in this function [-Wmaybe-uninitialized] 598 | box = boxCreate(0, top, w, i - top); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bmpio.c: In function ‘pixReadMemBmp’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bmpio.c: In function ‘pixWriteMemBmp’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/bmpio.c:588:49: warning: ‘cmap’ may be used uninitialized in this function [-Wmaybe-uninitialized] 588 | if (fdepth == 1 && cmap && ((l_uint8 *)(cmap->array))[0] == 0x0) { | ~~~~~^~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/blend.c: In function ‘pixLinearEdgeFade’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxbasic.c: In function ‘boxaCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxbasic.c:508:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 508 | if (n <= 0 || n > MaxPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxbasic.c: In function ‘boxaaCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxbasic.c:1232:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 1232 | if (n <= 0 || n > MaxPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxfunc2.c: In function ‘boxaaTranspose’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxfunc2.c: In function ‘boxaaAlignBox’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxfunc3.c: In function ‘pixSearchForRectangle’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxfunc5.c: In function ‘boxaReconcileAllByMedian’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxfunc5.c:1123:10: warning: unused variable ‘box’ [-Wunused-variable] 1123 | BOX *box; | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxfunc5.c:1122:60: warning: unused variable ‘medbot’ [-Wunused-variable] 1122 | l_int32 left, right, top, bot, medleft, medright, medtop, medbot; | ^~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxfunc5.c:1122:52: warning: unused variable ‘medtop’ [-Wunused-variable] 1122 | l_int32 left, right, top, bot, medleft, medright, medtop, medbot; | ^~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxfunc5.c:1122:42: warning: unused variable ‘medright’ [-Wunused-variable] 1122 | l_int32 left, right, top, bot, medleft, medright, medtop, medbot; | ^~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxfunc5.c:1122:33: warning: unused variable ‘medleft’ [-Wunused-variable] 1122 | l_int32 left, right, top, bot, medleft, medright, medtop, medbot; | ^~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxfunc5.c:1122:28: warning: unused variable ‘bot’ [-Wunused-variable] 1122 | l_int32 left, right, top, bot, medleft, medright, medtop, medbot; | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxfunc5.c:1122:23: warning: unused variable ‘top’ [-Wunused-variable] 1122 | l_int32 left, right, top, bot, medleft, medright, medtop, medbot; | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxfunc5.c:1122:16: warning: unused variable ‘right’ [-Wunused-variable] 1122 | l_int32 left, right, top, bot, medleft, medright, medtop, medbot; | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxfunc5.c:1122:10: warning: unused variable ‘left’ [-Wunused-variable] 1122 | l_int32 left, right, top, bot, medleft, medright, medtop, medbot; | ^~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxfunc5.c:1121:16: warning: unused variable ‘diff’ [-Wunused-variable] 1121 | l_int32 i, n, diff, ncols; | ^~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxfunc5.c:1121:13: warning: unused variable ‘n’ [-Wunused-variable] 1121 | l_int32 i, n, diff, ncols; | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/boxfunc5.c:1121:10: warning: unused variable ‘i’ [-Wunused-variable] 1121 | l_int32 i, n, diff, ncols; | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c: In function ‘findNextBorderPixel’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c:1075:32: warning: unused parameter ‘w’ [-Wunused-parameter] 1075 | findNextBorderPixel(l_int32 w, | ~~~~~~~~~~~^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c:1076:32: warning: unused parameter ‘h’ [-Wunused-parameter] 1076 | l_int32 h, | ~~~~~~~~~~~^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c: In function ‘pixGetCCBorders’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c:751:9: warning: ‘xs’ may be used uninitialized in this function [-Wmaybe-uninitialized] 751 | pixGetHoleBorder(ccb, pixs, boxe, xs, ys); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c:738:16: warning: ‘xh’ may be used uninitialized in this function [-Wmaybe-uninitialized] 738 | for (x = xh + boxt->x; x < w; x++) { /* look for (fg) border pixel */ | ~~^~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c: In function ‘ccbaDisplayImage1’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c:2066:17: warning: ‘spy’ may be used uninitialized in this function [-Wmaybe-uninitialized] 2066 | locateOutsideSeedPixel(fpx, fpy, spx, spy, &xs, &ys); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c:2066:17: warning: ‘spx’ may be used uninitialized in this function [-Wmaybe-uninitialized] /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c:2066:17: warning: ‘fpy’ may be used uninitialized in this function [-Wmaybe-uninitialized] /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c:2066:17: warning: ‘fpx’ may be used uninitialized in this function [-Wmaybe-uninitialized] /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c: In function ‘ccbaDisplayImage2’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c:2173:17: warning: ‘spy’ may be used uninitialized in this function [-Wmaybe-uninitialized] 2173 | locateOutsideSeedPixel(fpx, fpy, spx, spy, &xs, &ys); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c:2173:17: warning: ‘spx’ may be used uninitialized in this function [-Wmaybe-uninitialized] /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c:2173:17: warning: ‘fpy’ may be used uninitialized in this function [-Wmaybe-uninitialized] /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ccbord.c:2173:17: warning: ‘fpx’ may be used uninitialized in this function [-Wmaybe-uninitialized] /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/classapp.c: In function ‘boxaExtractSortedPattern’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/colormap.c: In function ‘pixcmapReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/colormap.c:1670:35: warning: variable ‘ignore’ set but not used [-Wunused-but-set-variable] 1670 | l_int32 rval, gval, bval, aval, ignore; | ^~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/colorquant1.c: In function ‘pixOctreeQuantNumColors’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/colormap.c: In function ‘pixcmapConvertToHex’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/colormap.c:2103:12: warning: ‘j’ may be used uninitialized in this function [-Wmaybe-uninitialized] 2103 | hexdata[j + 7] = '>'; | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/colorquant2.c: In function ‘pixQuantizeWithColormap’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/correlscore.c: In function ‘pixCorrelationScoreThresholded’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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) { | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/alltypes.h:37, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/allheaders.h:35, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dewarp1.c:407: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dewarp1.c: In function ‘dewarpCreateRef’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:507:57: warning: unused variable ‘procName’ [-Wunused-variable] 507 | #define PROCNAME(name) static const char procName[] = name | ^~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dewarp1.c:493:5: note: in expansion of macro ‘PROCNAME’ 493 | PROCNAME("dewarpCreateRef"); | ^~~~~~~~ At top level: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:507:57: warning: ‘procName’ defined but not used [-Wunused-const-variable=] 507 | #define PROCNAME(name) static const char procName[] = name | ^~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dewarp1.c:493:5: note: in expansion of macro ‘PROCNAME’ 493 | PROCNAME("dewarpCreateRef"); | ^~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dewarp2.c: In function ‘dewarpIsLineCoverageValid’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dewarp1.c: In function ‘dewarpReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dewarp1.c:1250:26: warning: ‘fpixh’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1250 | dew->samphdispar = fpixh; | ~~~~~~~~~~~~~~~~~^~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dewarp1.c:1242:26: warning: ‘fpixv’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1242 | dew->sampvdispar = fpixv; | ~~~~~~~~~~~~~~~~~^~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dewarp4.c: In function ‘dewarpaInfo’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dewarp4.c:680:34: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘L_DEWARPA *’ {aka ‘struct L_Dewarpa *’} [-Wformat=] 680 | fprintf(fp, "\nDewarpaInfo: %p\n", dewa); | ~^ ~~~~ | | | | | L_DEWARPA * {aka struct L_Dewarpa *} | void * /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dnabasic.c: In function ‘l_dnaCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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 > MaxArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dnabasic.c: In function ‘l_dnaReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dnabasic.c:1037:11: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 1037 | if (n > MaxArraySize) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dnabasic.c: In function ‘l_dnaaCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dnabasic.c:1143:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 1143 | if (n <= 0 || n > MaxPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dnabasic.c: In function ‘l_dnaaReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/dnabasic.c:1598:11: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 1598 | if (n > MaxPtrArraySize) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/fhmtgenlow.1.c: In function ‘fhmt_1_5’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.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.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/fpix1.c: In function ‘fpixaCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/fpix1.c:725:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 725 | if (n <= 0 || n > MaxPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/fpix1.c: In function ‘fpixReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/fpix1.c:1771:36: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 1771 | if (fread(data, 1, nbytes, fp) != nbytes) { | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/fpix1.c: In function ‘dpixReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/fpix1.c:2069:36: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 2069 | if (fread(data, 1, nbytes, fp) != nbytes) { | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/fpix2.c: In function ‘dpixConvertToPix’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/gifiostub.c: In function ‘pixReadStreamGif’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/gifiostub.c: In function ‘pixReadMemGif’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/gifiostub.c: In function ‘pixWriteStreamGif’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/gifiostub.c: In function ‘pixWriteMemGif’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.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.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/gplot.c: In function ‘gplotRead’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/gplot.c:1244:35: warning: variable ‘ignore’ set but not used [-Wunused-but-set-variable] 1244 | l_int32 outformat, ret, version, ignore; | ^~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/gplot.c:1243:47: warning: variable ‘ignores’ set but not used [-Wunused-but-set-variable] 1243 | char *rootname, *title, *xlabel, *ylabel, *ignores; | ^~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/graphics.c: In function ‘pixFillPolygon’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/graphics.c: In function ‘makePlotPtaFromNumaGen’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/graphics.c: In function ‘pixRenderPtaArb’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/grayquant.c: In function ‘pixGenerateMaskByValue’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/grayquant.c:864:45: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 864 | if (GET_DATA_QBIT(lineg, j) == val) | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/grayquant.c:867:46: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 867 | if (GET_DATA_DIBIT(lineg, j) == val) | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/heap.c: In function ‘lheapCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/heap.c: In function ‘lheapPrint’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/heap.c:583:59: warning: format ‘%p’ expects argument of type ‘void *’, but argument 5 has type ‘void **’ [-Wformat=] 583 | fprintf(fp, "\n L_Heap: nalloc = %d, n = %d, array = %p\n", | ~^ | | | void * 584 | lh->nalloc, lh->n, lh->array); | ~~~~~~~~~ | | | void ** /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/grayquant.c: In function ‘thresholdToBinaryLineLow’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/jbclass.c: In function ‘pixWordMaskByDilation’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/jbclass.c:1536:17: warning: unused variable ‘gplot’ [-Wunused-variable] 1536 | {GPLOT *gplot; | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/jp2kheader.c: In function ‘readHeaderMemJp2k’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/jp2kheader.c: In function ‘fgetJp2kResolution’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/jp2kio.c: In function ‘pixReadStreamJp2k’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/jp2kio.c: In function ‘pixWriteStreamJp2k’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/jpegio.c: In function ‘pixReadStreamJpeg’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/jpegio.c:270:29: warning: argument ‘fp’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered] 270 | pixReadStreamJpeg(FILE *fp, | ~~~~~~~~~~^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/jpegio.c:271:29: warning: argument ‘cmapflag’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered] 271 | l_int32 cmapflag, | ~~~~~~~~~~^~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/jpegio.c: In function ‘pixWriteStreamJpeg’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/jpegio.c:804:29: warning: argument ‘quality’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered] 804 | l_int32 quality, | ~~~~~~~~~^~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/kernel.c: In function ‘create2dFloatArray’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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 (sx <= 0 || sx > MaxArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/kernel.c:515:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 515 | if (sy <= 0 || sy > MaxArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/kernel.c: In function ‘kernelReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/kernel.c:584:12: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 584 | if (sx > MaxArraySize || sy > MaxArraySize) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/kernel.c:584:33: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 584 | if (sx > MaxArraySize || sy > MaxArraySize) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/kernel.c:567:48: warning: variable ‘ignore’ set but not used [-Wunused-but-set-variable] 567 | l_int32 sy, sx, cy, cx, i, j, ret, version, ignore; | ^~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/kernel.c: In function ‘kernelCreateFromFile’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/kernel.c:819:11: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 819 | if (h > MaxArraySize || w > MaxArraySize) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/kernel.c:819:31: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 819 | if (h > MaxArraySize || w > MaxArraySize) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/libversions.c: In function ‘getImagelibVersions’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/maze.c: In function ‘pixSearchGrayMaze’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.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.79.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.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/morphseq.c: In function ‘morphSequenceVerify’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numabasic.c: In function ‘numaCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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 > MaxArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numabasic.c: In function ‘numaReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numabasic.c:1135:11: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 1135 | if (n > MaxArraySize) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numabasic.c: In function ‘numaaCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numabasic.c:1389:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 1389 | if (n <= 0 || n > MaxPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numabasic.c: In function ‘numaaReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numabasic.c:1891:11: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 1891 | if (n > MaxPtrArraySize) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc2.c: In function ‘numaFindLocForThreshold’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc2.c:2594:24: warning: unused variable ‘startval’ [-Wunused-variable] 2594 | l_float32 val, pval, startval, jval, minval, sum, partsum; | ^~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc2.c:2593:26: warning: variable ‘found’ set but not used [-Wunused-but-set-variable] 2593 | l_int32 i, n, start, found, index, minloc; | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc1.c: In function ‘numaThresholdEdges’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc1.c:1473:28: warning: ‘abovelast’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1473 | } else if (!inband && abovelast && below) { /* full jump down */ | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc1.c:1468:21: warning: ‘belowlast’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1468 | if (!inband && belowlast && above) { /* full jump up */ | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc1.c:1464:12: warning: ‘istart’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1464 | for (i = istart + 1; i < n; i++) { | ~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pageseg.c: In function ‘pixGenHalftoneMask’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc2.c: In function ‘numaGetStatsUsingHistogram’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pageseg.c: In function ‘pixFindRectangleInCC’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pageseg.c:2211:19: warning: unused variable ‘j’ [-Wunused-variable] 2211 | l_int32 x, y, i, j, w, h, w1, h1, w2, h2, found, res; | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pageseg.c: In function ‘pixAutoPhotoinvert’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pageseg.c:2402:12: warning: unused variable ‘pixa1’ [-Wunused-variable] 2402 | PIXA *pixa1; | ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc2.c: In function ‘numaFindExtrema’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc2.c: In function ‘numaFindLocForThreshold’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc2.c:2644:35: warning: ‘index’ may be used uninitialized in this function [-Wmaybe-uninitialized] 2644 | for (i = index - 1; i > index - skip; i--) { | ~~~~~~^~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc2.c: In function ‘numaSelectCrossingThreshold’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/numafunc2.c:2837:27: warning: ‘istart’ may be used uninitialized in this function [-Wmaybe-uninitialized] 2837 | runlen = iend - istart + 1; | ~~~~~^~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pageseg.c: In function ‘pixFindRectangleInCC’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/parseprotos.c: In function ‘skipToEndOfFunction’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/partify.c: In function ‘boxaRemoveVGaps’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pdfio2.c: In function ‘l_generateFlateDataPdf’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pdfio2.c: In function ‘parseTrailerPdf’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pdfio2.c:2287:32: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 2287 | if (xrefloc < 0 || xrefloc >= size) | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix1.c: In function ‘pixPrintStreamInfo’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix1.c:1916:40: warning: format ‘%p’ expects argument of type ‘void *’, but argument 4 has type ‘l_uint32 * const’ {aka ‘unsigned int * const’} [-Wformat=] 1916 | fprintf(fp, " wpl = %d, data = %p, refcount = %d\n", | ~^ | | | void * | %ls 1917 | pixGetWpl(pix), pix->data, pixGetRefcount(pix)); | ~~~~~~~~~ | | | l_uint32 * const {aka unsigned int * const} /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix2.c: In function ‘pixGetBlackOrWhiteVal’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix2.c:746:44: warning: operand of ?: changes signedness from ‘int’ to ‘unsigned int’ due to unsignedness of other operand [-Wsign-compare] 746 | val = (d == 32) ? 0xffffff00 : (1 << d) - 1; | ^~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix2.c: In function ‘pixSetAllArbitrary’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix2.c:959:17: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 959 | if (val >= n) { | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix2.c: In function ‘pixSetInRectArbitrary’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix2.c:1206:17: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 1206 | if (val >= n) { | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix2.c:1212:39: warning: operand of ?: changes signedness from ‘int’ to ‘unsigned int’ due to unsignedness of other operand [-Wsign-compare] 1212 | maxval = (d == 32) ? 0xffffff00 : (1 << d) - 1; | ^~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix2.c:1213:13: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 1213 | if (val > maxval) val = maxval; | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix2.c: In function ‘pixSetBorderRingVal’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix2.c:1673:24: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare] 1673 | if (d < 32 && (val >= (1 << d))) | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix2.c: In function ‘pixAddBorderGeneral’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix2.c:1934:39: warning: operand of ?: changes signedness from ‘int’ to ‘unsigned int’ due to unsignedness of other operand [-Wsign-compare] 1934 | maxval = (d == 32) ? 0xffffff00 : (1 << d) - 1; | ^~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix2.c:1938:18: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 1938 | else if (val >= maxval) | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix3.c: In function ‘pixSetMasked’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix3.c: In function ‘pixPaintThroughMask’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix3.c: In function ‘pixAverageInRect’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix3.c:2671:12: warning: unused variable ‘ave’ [-Wunused-variable] 2671 | l_float32 ave; | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix4.c: In function ‘pixGetAverageTiled’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix4.c:1738:34: warning: ‘meansq’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1738 | valt = (l_int32)(sqrt(meansq) + 0.5); | ^~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix4.c:1736:38: warning: ‘ave’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1736 | valt = (l_int32)(ave + 0.5); | ~~~~~^~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix5.c: In function ‘pixMinMaxNearLine’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix5.c:3004:25: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 3004 | if (val < minval) minval = val; | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix5.c:3005:25: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 3005 | if (val > maxval) maxval = val; | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix5.c:3013:25: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 3013 | if (val < minval) minval = val; | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix5.c:3014:25: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 3014 | if (val > maxval) maxval = val; | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixabasic.c: In function ‘pixaCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix5.c: In function ‘pixClipBoxToEdges’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pix5.c:2159:8: warning: ‘change’ may be used uninitialized in this function [-Wmaybe-uninitialized] 2159 | if (change == 0) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixabasic.c:170:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 170 | if (n <= 0 || n > MaxPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixabasic.c: In function ‘pixaaCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixabasic.c:1831:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 1831 | if (n <= 0 || n > MaxPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixafunc2.c: In function ‘pixaDisplayLinearly’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixabasic.c: In function ‘pixaaCreateFromPixa’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixabasic.c:1907:13: warning: ‘pixat’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1907 | pixaaAddPixa(paa, pixat, L_INSERT); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixafunc2.c: In function ‘pixaDisplayRandomCmap’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixafunc2.c: In function ‘pixaDisplayTiled’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixafunc2.c: In function ‘pixaDisplayTiledInColumns’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c: In function ‘pixThresholdToValue’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c: In function ‘pixFinalAccumulateThreshold’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/alltypes.h:37, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/allheaders.h:35, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c:97: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c: In function ‘pixMaxDynamicRange’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238: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] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238: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] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238: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] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238: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] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238: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] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238: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] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238: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] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238: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] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238: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] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238: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] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238: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] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238: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] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238: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] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238: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] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238: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] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixarith.c: In function ‘pixMaxDynamicRangeRGB’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238: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] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238: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] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:238: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] 238 | #define L_MAX(x, y) (((x) > (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixcomp.c: In function ‘pixacompCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixcomp.c:609:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 609 | if (n <= 0 || n > MaxPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixcomp.c: In function ‘pixacompCreateWithInit’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pixcomp.c:680:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 680 | if (n <= 0 || n > MaxPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c: In function ‘pixReadStreamPng’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:303:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 303 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:306:27: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 306 | for (j = 0; j < rowbytes; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:312:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 312 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:315:31: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 315 | for (j = k = 0; j < w; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:326:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 326 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:329:31: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 329 | for (j = k = 0; j < w; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:401:31: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 401 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:404:46: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 404 | for (j = 0, index = 0; j < rowbytes; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:406:52: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 406 | for (k = 0; k < 8 && index < w; k++, index++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:419:31: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 419 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:422:35: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 422 | for (j = 0; j < w; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:189:30: warning: variable ‘ncolors’ set but not used [-Wunused-but-set-variable] 189 | l_int32 i, j, k, index, ncolors, bitval; | ^~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c: In function ‘pixWriteStreamPng’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1189:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1189 | for (i = 0; i < h; i++) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1208:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1208 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1215:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1215 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1217:31: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1217 | for (j = k = 0; j < w; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c: In function ‘memio_png_write_data’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1363:20: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 1363 | while (written < len) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c: In function ‘memio_png_read_data’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1476:25: warning: comparison of integer expressions of different signedness: ‘png_size_t’ {aka ‘long unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 1476 | if (byteCountToRead > (thing->m_Size - thing->m_Count)) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c: In function ‘pixReadMemPng’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1659:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1659 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1662:27: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1662 | for (j = 0; j < rowbytes; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1668:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1668 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1671:31: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1671 | for (j = k = 0; j < w; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1682:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1682 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1685:31: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1685 | for (j = k = 0; j < w; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1755:31: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1755 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1758:46: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1758 | for (j = 0, index = 0; j < rowbytes; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1760:52: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1760 | for (k = 0; k < 8 && index < w; k++, index++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1773:31: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1773 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1776:35: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 1776 | for (j = 0; j < w; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1537:30: warning: variable ‘ncolors’ set but not used [-Wunused-but-set-variable] 1537 | l_int32 i, j, k, index, ncolors, bitval; | ^~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c: In function ‘pixWriteMemPng’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:2053:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 2053 | for (i = 0; i < h; i++) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:2078:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 2078 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:2085:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 2085 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:2087:31: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘png_uint_32’ {aka ‘unsigned int’} [-Wsign-compare] 2087 | for (j = k = 0; j < w; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c: In function ‘pixReadStreamPng’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c: In function ‘pixWriteStreamPng’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1036:14: warning: variable ‘palette’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered] 1036 | png_colorp palette; | ^~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c: In function ‘pixWriteMemPng’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pngio.c:1888:14: warning: variable ‘palette’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered] 1888 | png_colorp palette; | ^~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pnmio.c: In function ‘pixWriteStreamPnm’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pnmio.c: In function ‘pixWriteStreamPam’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/pnmio.c: In function ‘pnmReadNextAsciiValue’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/psio1.c: In function ‘pixWriteSegmentedPageToPS’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ptabasic.c: In function ‘ptaCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ptabasic.c:125:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 125 | if (n <= 0 || n > MaxPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ptabasic.c: In function ‘ptaaCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ptabasic.c:947:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 947 | if (n <= 0 || n > MaxPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ptra.c: In function ‘ptraCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/ptra.c:150:21: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 150 | if (n <= 0 || n > MaxPtrArraySize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/queue.c: In function ‘lqueuePrint’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/queue.c:320:76: warning: format ‘%p’ expects argument of type ‘void *’, but argument 6 has type ‘void **’ [-Wformat=] 320 | fprintf(fp, "\n L_Queue: nalloc = %d, nhead = %d, nelem = %d, array = %p\n", | ~^ | | | void * 321 | lq->nalloc, lq->nhead, lq->nelem, lq->array); | ~~~~~~~~~ | | | void ** /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/quadtree.c: In function ‘pixQuadtreeVariance’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/quadtree.c: In function ‘fpixaDisplayQuadtree’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/rbtree.c: In function ‘verify_properties’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/rbtree.c:841:41: warning: unused parameter ‘t’ [-Wunused-parameter] 841 | static void verify_properties(L_RBTREE *t) { | ~~~~~~~~~~^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/readbarcode.c: In function ‘numaQuantizeCrossingsByWindow’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/readbarcode.c:1276:43: warning: unused parameter ‘debugflag’ [-Wunused-parameter] 1276 | l_int32 debugflag) | ~~~~~~~~~~~~^~~~~~~~~ In file included from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/readbarcode.c:89: At top level: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/readbarcode.c: In function ‘numaGetPeakWidthLUT’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/readbarcode.c:1227:12: warning: ‘rat32’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1227 | if (rat32 > 1.75) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/recogdid.c: In function ‘recogMakeDecodingArray’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/recogtrain.c: In function ‘recogSortPixaByClass’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/recogident.c: In function ‘recogExtractNumbers’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/recogident.c:1708:17: warning: ‘na’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1708 | numaaAddNuma(naa, na, L_INSERT); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/recogident.c:1707:17: warning: ‘ba’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1707 | boxaaAddBoxa(baa, ba, L_INSERT); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/roplow.c: In function ‘rasteropGeneralLow’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/roplow.c: In function ‘rasteropVipLow’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sarray1.c: In function ‘sarrayCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sarray1.c: In function ‘sarrayReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sarray1.c:1430:47: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 1430 | if (fread(stringbuf, 1, size + 3, fp) != size + 3) { | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sarray1.c:1393:47: warning: variable ‘ignore’ set but not used [-Wunused-but-set-variable] 1393 | l_int32 i, n, size, index, bufsize, version, ignore, success; | ^~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sarray1.c: In function ‘getFilenamesInDirectory’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sarray1.c:1871:17: warning: unused variable ‘size’ [-Wunused-variable] 1871 | size_t size; | ^~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sarray1.c:1870:39: warning: variable ‘ignore’ set but not used [-Wunused-but-set-variable] 1870 | char *realdir, *stat_path, *ignore; | ^~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sarray1.c:1870:27: warning: unused variable ‘stat_path’ [-Wunused-variable] 1870 | char *realdir, *stat_path, *ignore; | ^~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/seedfill.c: In function ‘pixQualifyLocalMinima’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/seedfill.c:3120:17: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 3120 | if (val > maxval) { /* too large; erase */ | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/seedfill.c:3138:30: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 3138 | if (vals <= val) { /* not a minimum! */ | ^~ In file included from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/alltypes.h:50, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/allheaders.h:35, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/scale2.c:103: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/scale2.c: In function ‘pixScaleGrayMinMax2’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.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.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/alltypes.h:50, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/allheaders.h:35, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/scale2.c:103: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/scale2.c: In function ‘pixScaleGrayMinMax’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.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.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sel1.c: In function ‘selaCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sel1.c: In function ‘create2dIntArray’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sel1.c:529:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 529 | if (sx <= 0 || sx > MaxKernelSize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sel1.c:531:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘const unsigned int’} [-Wsign-compare] 531 | if (sy <= 0 || sy > MaxKernelSize) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sel1.c: In function ‘selReadStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/sel1.c:1423:41: warning: variable ‘ignore’ set but not used [-Wunused-but-set-variable] 1423 | l_int32 sy, sx, cy, cx, i, j, version, ignore; | ^~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/selgen.c: In function ‘pixGetRunsOnLine’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/skew.c: In function ‘pixFindSkewSweepAndSearchScore’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/spixio.c: In function ‘pixDeserializeFromMemory’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/spixio.c:461:53: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 461 | if (ncolors < 0 || ncolors > 256 || ncolors + 6 >= nbytes/sizeof(l_int32)) | ^~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/stack.c: In function ‘lstackCreate’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/stack.c: In function ‘lstackPrint’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/strokes.c: In function ‘pixaFindStrokeWidth’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/strokes.c: In function ‘pixFindStrokeWidth’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/tiffio.c: In function ‘pixReadFromTiffStream’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/tiffio.c:558:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 558 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/tiffio.c:577:23: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 577 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/tiffio.c:585:31: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 585 | for (j = k = 0; j < w; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/tiffio.c:613:27: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 613 | for (i = 0; i < h; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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 = 0; j < w; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/tiffio.c:624:27: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 624 | for (i = 0; i < h; i++, line += wpl) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/tiffio.c:625:46: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘l_uint32’ {aka ‘unsigned int’} [-Wsign-compare] 625 | for (j = 0, ppixel = line; j < w; j++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/tiffio.c: In function ‘tiffUnmapCallback’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/tiffio.c:2472:30: warning: unused parameter ‘handle’ [-Wunused-parameter] 2472 | tiffUnmapCallback(thandle_t handle, | ~~~~~~~~~~~^~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/tiffio.c:2473:30: warning: unused parameter ‘data’ [-Wunused-parameter] 2473 | tdata_t data, | ~~~~~~~~~~~^~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/tiffio.c:2474:30: warning: unused parameter ‘length’ [-Wunused-parameter] 2474 | toff_t length) | ~~~~~~~~~~~^~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils1.c: In function ‘filesAreIdentical’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/alltypes.h:37, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/allheaders.h:35, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils1.c:114: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils1.c: In function ‘fileCorruptByDeletion’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:233:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 233 | #define L_MIN(x, y) (((x) < (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:233: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] 233 | #define L_MIN(x, y) (((x) < (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:233:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 233 | #define L_MIN(x, y) (((x) < (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:233: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] 233 | #define L_MIN(x, y) (((x) < (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils1.c: In function ‘fileCorruptByMutation’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:233:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 233 | #define L_MIN(x, y) (((x) < (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:233: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] 233 | #define L_MIN(x, y) (((x) < (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:233:29: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 233 | #define L_MIN(x, y) (((x) < (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:233: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] 233 | #define L_MIN(x, y) (((x) < (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils1.c: In function ‘fileReplaceBytes’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.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.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c: In function ‘stringLength’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c: In function ‘stringCat’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c: In function ‘arrayReplaceEachSequence’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/alltypes.h:37, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/allheaders.h:35, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c:207: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:233:29: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 233 | #define L_MIN(x, y) (((x) < (y)) ? (x) : (y)) | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:233: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] 233 | #define L_MIN(x, y) (((x) < (y)) ? (x) : (y)) | ^~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c: In function ‘arrayFindEachSequence’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c: In function ‘arrayFindSequence’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c: In function ‘l_binaryCompare’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c:1705:19: warning: comparison of integer expressions of different signedness: ‘l_int32’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 1705 | for (i = 0; i < size1; i++) { | ^ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c: In function ‘callSystemDebug’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/utils2.c: In function ‘convertSepCharsInPath’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/warper.c: In function ‘pixStretchHorizontalSampled’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/warper.c: In function ‘pixStretchHorizontalLI’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/warper.c: In function ‘pixQuadraticVShearSampled’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/warper.c: In function ‘pixQuadraticVShearLI’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.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; | ~~~~~~~~^~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/watershed.c: In function ‘identifyWatershedBasin’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/watershed.c:672:26: warning: comparison of integer expressions of different signedness: ‘l_uint32’ {aka ‘unsigned int’} and ‘l_int32’ {aka ‘int’} [-Wsign-compare] 672 | if (lval >= level) continue; /* too high */ | ^~ In file included from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/alltypes.h:37, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/allheaders.h:35, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/writefile.c:96: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/writefile.c: In function ‘changeFormatForMissingLib’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:507:57: warning: unused variable ‘procName’ [-Wunused-variable] 507 | #define PROCNAME(name) static const char procName[] = name | ^~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/writefile.c:1162:5: note: in expansion of macro ‘PROCNAME’ 1162 | PROCNAME("changeFormatForMissingLib"); | ^~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/writefile.c:1160:37: warning: unused parameter ‘pformat’ [-Wunused-parameter] 1160 | changeFormatForMissingLib(l_int32 *pformat) | ~~~~~~~~~~^~~~~~~ In file included from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/alltypes.h:37, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/allheaders.h:35, from /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/writefile.c:96: At top level: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/environ.h:507:57: warning: ‘procName’ defined but not used [-Wunused-const-variable=] 507 | #define PROCNAME(name) static const char procName[] = name | ^~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/writefile.c:1162:5: note: in expansion of macro ‘PROCNAME’ 1162 | PROCNAME("changeFormatForMissingLib"); | ^~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0/_/_/build/f267dcc13169b8ef465cd4b98b5ab8ef8e4ca9a1/source_subfolder/src/zlibmem.c: In function ‘zlibUncompress’: /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.79.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.79.0 to libwebp/1.0.3