ar: creating libicudata.a ../../source/common/unistr.cpp:1979:13: warning: unused function 'uprv_UnicodeStringDummy' [-Wunused-function] static void uprv_UnicodeStringDummy(void) { ^ 1 warning generated. ar: creating ../lib/libicuuc.a 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-4021/1/b7384805-7af3-429d-aed0-40b2e9c8b29b/recipes/icu/all/test_package/test_package.cpp:306:60: warning: format specifies type 'long' but the argument has type 'int32_t' (aka 'int') [-Wformat] printf("error in u_strToLower(en)=%ld error=%s\n", length, u_errorName(errorCode)); ~~~ ^~~~~~ %d /home/conan/w/cci_PR-4021/1/b7384805-7af3-429d-aed0-40b2e9c8b29b/recipes/icu/all/test_package/test_package.cpp:314:60: warning: format specifies type 'long' but the argument has type 'int32_t' (aka 'int') [-Wformat] printf("error in u_strToLower(tr)=%ld error=%s\n", length, u_errorName(errorCode)); ~~~ ^~~~~~ %d /home/conan/w/cci_PR-4021/1/b7384805-7af3-429d-aed0-40b2e9c8b29b/recipes/icu/all/test_package/test_package.cpp:322:60: warning: format specifies type 'long' but the argument has type 'int32_t' (aka 'int') [-Wformat] printf("error in u_strToUpper(en)=%ld error=%s\n", length, u_errorName(errorCode)); ~~~ ^~~~~~ %d /home/conan/w/cci_PR-4021/1/b7384805-7af3-429d-aed0-40b2e9c8b29b/recipes/icu/all/test_package/test_package.cpp:330:60: warning: format specifies type 'long' but the argument has type 'int32_t' (aka 'int') [-Wformat] printf("error in u_strToUpper(tr)=%ld error=%s\n", length, u_errorName(errorCode)); ~~~ ^~~~~~ %d /home/conan/w/cci_PR-4021/1/b7384805-7af3-429d-aed0-40b2e9c8b29b/recipes/icu/all/test_package/test_package.cpp:338:60: warning: format specifies type 'long' but the argument has type 'int32_t' (aka 'int') [-Wformat] printf("error in u_strToTitle(en)=%ld error=%s\n", length, u_errorName(errorCode)); ~~~ ^~~~~~ %d /home/conan/w/cci_PR-4021/1/b7384805-7af3-429d-aed0-40b2e9c8b29b/recipes/icu/all/test_package/test_package.cpp:346:60: warning: format specifies type 'long' but the argument has type 'int32_t' (aka 'int') [-Wformat] printf("error in u_strToTitle(tr)=%ld error=%s\n", length, u_errorName(errorCode)); ~~~ ^~~~~~ %d /home/conan/w/cci_PR-4021/1/b7384805-7af3-429d-aed0-40b2e9c8b29b/recipes/icu/all/test_package/test_package.cpp:354:66: warning: format specifies type 'long' but the argument has type 'int32_t' (aka 'int') [-Wformat] printf("error in u_strFoldCase(default)=%ld error=%s\n", length, u_errorName(errorCode)); ~~~ ^~~~~~ %d /home/conan/w/cci_PR-4021/1/b7384805-7af3-429d-aed0-40b2e9c8b29b/recipes/icu/all/test_package/test_package.cpp:362:65: warning: format specifies type 'long' but the argument has type 'int32_t' (aka 'int') [-Wformat] printf("error in u_strFoldCase(Turkic)=%ld error=%s\n", length, u_errorName(errorCode)); ~~~ ^~~~~~ %d /home/conan/w/cci_PR-4021/1/b7384805-7af3-429d-aed0-40b2e9c8b29b/recipes/icu/all/test_package/test_package.cpp:469:19: warning: format specifies type 'unsigned long' but the argument has type 'UChar' (aka 'char16_t') [-Wformat] i, readonly[i]); ^~~~~~~~~~~ /home/conan/w/cci_PR-4021/1/b7384805-7af3-429d-aed0-40b2e9c8b29b/recipes/icu/all/test_package/test_package.cpp:491:43: warning: format specifies type 'unsigned long' but the argument has type 'UChar' (aka 'char16_t') [-Wformat] "after modification\n", i, writeable[i]); ^~~~~~~~~~~~ /home/conan/w/cci_PR-4021/1/b7384805-7af3-429d-aed0-40b2e9c8b29b/recipes/icu/all/test_package/test_package.cpp:499:52: warning: format specifies type 'unsigned long' but the argument has type 'UChar' (aka 'char16_t') [-Wformat] "modification of string copy\n", i, writeable[i]); ^~~~~~~~~~~~ /home/conan/w/cci_PR-4021/1/b7384805-7af3-429d-aed0-40b2e9c8b29b/recipes/icu/all/test_package/test_package.cpp:512:12: warning: format specifies type 'unsigned long' but the argument has type 'char16_t' [-Wformat] one.charAt(1), writeable[1]); ^~~~~~~~~~~~~ /home/conan/w/cci_PR-4021/1/b7384805-7af3-429d-aed0-40b2e9c8b29b/recipes/icu/all/test_package/test_package.cpp:512:27: warning: format specifies type 'unsigned long' but the argument has type 'UChar' (aka 'char16_t') [-Wformat] one.charAt(1), writeable[1]); ^~~~~~~~~~~~ /home/conan/w/cci_PR-4021/1/b7384805-7af3-429d-aed0-40b2e9c8b29b/recipes/icu/all/test_package/test_package.cpp:524:19: warning: format specifies type 'unsigned long' but the argument has type 'UChar' (aka 'char16_t') [-Wformat] i, writeable[i]); ^~~~~~~~~~~~ 14 warnings generated.