ar: creating libicudata.a ../../source/common/unistr.cpp:1975:13: warning: ‘void uprv_UnicodeStringDummy()’ defined but not used [-Wunused-function] static void uprv_UnicodeStringDummy(void) { ^~~~~~~~~~~~~~~~~~~~~~~ ../../source/common/ucptrie.cpp: In function ‘UChar32 {anonymous}::getRange(const void*, UChar32, uint32_t (*)(const void*, uint32_t), const void*, uint32_t*)’: ../../source/common/ucptrie.cpp:318:21: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] if (nullValue != value) { ^~ ar: creating ../lib/libicuuc.a ../../source/i18n/listformatter.cpp: In member function ‘icu_64::UnicodeString& icu_64::ListFormatter::format_(const icu_64::UnicodeString*, int32_t, icu_64::UnicodeString&, int32_t, int32_t&, icu_64::FieldPositionHandler*, UErrorCode&) const’: ../../source/i18n/listformatter.cpp:500:35: warning: ‘offsetSecond’ may be used uninitialized in this function [-Wmaybe-uninitialized] offsets[1] = offsetSecond - prefixLength; ~~~~~~~~~~~~~^~~~~~~~~~~~~~ ../../source/i18n/listformatter.cpp:500:35: warning: ‘offsetFirst’ may be used uninitialized in this function [-Wmaybe-uninitialized] ../../source/i18n/decNumber.cpp: In function ‘void decSetCoeff(decNumber*, decContext*, const uint8_t*, int32_t, int32_t*, uint32_t*)’: ../../source/i18n/decNumber.cpp:7074:54: warning: array subscript is above array bounds [-Warray-bounds] *target=(Unit)(*target+rem*powers[DECDPUN-cut]); ^ ../../source/i18n/decNumber.cpp: In function ‘decNumber* uprv_decNumberReduce_64(decNumber*, const decNumber*, decContext*)’: ../../source/i18n/decNumber.cpp:7074:54: warning: array subscript is above array bounds [-Warray-bounds] *target=(Unit)(*target+rem*powers[DECDPUN-cut]); ^ ar: creating ../lib/libicui18n.a ar: creating ../lib/libicuio.a ar: creating ../../lib/libicutu.a ar: creating libicutest.a CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY /home/conan/w/cci_PR-3926/2/29661b02-670a-4f76-b874-d16b48392c0d/recipes/icu/all/test_package/test_package.cpp: In function ‘void demoCaseMapInC()’: /home/conan/w/cci_PR-3926/2/29661b02-670a-4f76-b874-d16b48392c0d/recipes/icu/all/test_package/test_package.cpp:306:90: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘int32_t {aka int}’ [-Wformat=] printf("error in u_strToLower(en)=%ld error=%s\n", length, u_errorName(errorCode)); ^ /home/conan/w/cci_PR-3926/2/29661b02-670a-4f76-b874-d16b48392c0d/recipes/icu/all/test_package/test_package.cpp:314:90: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘int32_t {aka int}’ [-Wformat=] printf("error in u_strToLower(tr)=%ld error=%s\n", length, u_errorName(errorCode)); ^ /home/conan/w/cci_PR-3926/2/29661b02-670a-4f76-b874-d16b48392c0d/recipes/icu/all/test_package/test_package.cpp:322:90: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘int32_t {aka int}’ [-Wformat=] printf("error in u_strToUpper(en)=%ld error=%s\n", length, u_errorName(errorCode)); ^ /home/conan/w/cci_PR-3926/2/29661b02-670a-4f76-b874-d16b48392c0d/recipes/icu/all/test_package/test_package.cpp:330:90: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘int32_t {aka int}’ [-Wformat=] printf("error in u_strToUpper(tr)=%ld error=%s\n", length, u_errorName(errorCode)); ^ /home/conan/w/cci_PR-3926/2/29661b02-670a-4f76-b874-d16b48392c0d/recipes/icu/all/test_package/test_package.cpp:338:90: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘int32_t {aka int}’ [-Wformat=] printf("error in u_strToTitle(en)=%ld error=%s\n", length, u_errorName(errorCode)); ^ /home/conan/w/cci_PR-3926/2/29661b02-670a-4f76-b874-d16b48392c0d/recipes/icu/all/test_package/test_package.cpp:346:90: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘int32_t {aka int}’ [-Wformat=] printf("error in u_strToTitle(tr)=%ld error=%s\n", length, u_errorName(errorCode)); ^ /home/conan/w/cci_PR-3926/2/29661b02-670a-4f76-b874-d16b48392c0d/recipes/icu/all/test_package/test_package.cpp:354:96: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘int32_t {aka int}’ [-Wformat=] printf("error in u_strFoldCase(default)=%ld error=%s\n", length, u_errorName(errorCode)); ^ /home/conan/w/cci_PR-3926/2/29661b02-670a-4f76-b874-d16b48392c0d/recipes/icu/all/test_package/test_package.cpp:362:95: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘int32_t {aka int}’ [-Wformat=] printf("error in u_strFoldCase(Turkic)=%ld error=%s\n", length, u_errorName(errorCode)); ^ /home/conan/w/cci_PR-3926/2/29661b02-670a-4f76-b874-d16b48392c0d/recipes/icu/all/test_package/test_package.cpp: In function ‘void demoUnicodeStringStorage()’: /home/conan/w/cci_PR-3926/2/29661b02-670a-4f76-b874-d16b48392c0d/recipes/icu/all/test_package/test_package.cpp:469:30: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘int’ [-Wformat=] i, readonly[i]); ~~~~~~~~~~~^ /home/conan/w/cci_PR-3926/2/29661b02-670a-4f76-b874-d16b48392c0d/recipes/icu/all/test_package/test_package.cpp:491:55: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘int’ [-Wformat=] "after modification\n", i, writeable[i]); ~~~~~~~~~~~~^ /home/conan/w/cci_PR-3926/2/29661b02-670a-4f76-b874-d16b48392c0d/recipes/icu/all/test_package/test_package.cpp:499:64: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘int’ [-Wformat=] "modification of string copy\n", i, writeable[i]); ~~~~~~~~~~~~^ /home/conan/w/cci_PR-3926/2/29661b02-670a-4f76-b874-d16b48392c0d/recipes/icu/all/test_package/test_package.cpp:512:39: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘int’ [-Wformat=] one.charAt(1), writeable[1]); ~~~~~~~~~~~~~ ^ /home/conan/w/cci_PR-3926/2/29661b02-670a-4f76-b874-d16b48392c0d/recipes/icu/all/test_package/test_package.cpp:512:39: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘int’ [-Wformat=] /home/conan/w/cci_PR-3926/2/29661b02-670a-4f76-b874-d16b48392c0d/recipes/icu/all/test_package/test_package.cpp:524:31: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘int’ [-Wformat=] i, writeable[i]); ~~~~~~~~~~~~^