CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY /home/conan/w/cci_master/3625/7d4c9fc4-95b8-453b-8523-968d6c5c8f05/recipes/tsil/all/test_package/test_package.c: In function ‘main’: /home/conan/w/cci_master/3625/7d4c9fc4-95b8-453b-8523-968d6c5c8f05/recipes/tsil/all/test_package/test_package.c:13:25: warning: format ‘%i’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat=] 13 | printf("TSIL_REAL = %i bytes\n", sizeof(TSIL_REAL)); | ~^ ~~~~~~~~~~~~~~~~~ | | | | int long unsigned int | %li /home/conan/w/cci_master/3625/7d4c9fc4-95b8-453b-8523-968d6c5c8f05/recipes/tsil/all/test_package/test_package.c:14:32: warning: format ‘%i’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat=] 14 | printf("TSIL_COMPLEXCPP = %i bytes\n", sizeof(TSIL_COMPLEX)); | ~^ ~~~~~~~~~~~~~~~~~~~~ | | | | int long unsigned int | %li