CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY /home/conan/w/cci_PR-4021/1/b6a397de-5a87-48d4-8dd8-f9937dfb3f62/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/b6a397de-5a87-48d4-8dd8-f9937dfb3f62/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/b6a397de-5a87-48d4-8dd8-f9937dfb3f62/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/b6a397de-5a87-48d4-8dd8-f9937dfb3f62/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/b6a397de-5a87-48d4-8dd8-f9937dfb3f62/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/b6a397de-5a87-48d4-8dd8-f9937dfb3f62/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/b6a397de-5a87-48d4-8dd8-f9937dfb3f62/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/b6a397de-5a87-48d4-8dd8-f9937dfb3f62/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/b6a397de-5a87-48d4-8dd8-f9937dfb3f62/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/b6a397de-5a87-48d4-8dd8-f9937dfb3f62/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/b6a397de-5a87-48d4-8dd8-f9937dfb3f62/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/b6a397de-5a87-48d4-8dd8-f9937dfb3f62/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/b6a397de-5a87-48d4-8dd8-f9937dfb3f62/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/b6a397de-5a87-48d4-8dd8-f9937dfb3f62/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.