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/6e0bc319-d34a-426c-a21f-484df7181392/recipes/tsil/all/test_package/test_package.c:13:37: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] printf("TSIL_REAL = %i bytes\n", sizeof(TSIL_REAL)); ~~ ^~~~~~~~~~~~~~~~~ %lu /home/conan/w/cci_master/3625/6e0bc319-d34a-426c-a21f-484df7181392/recipes/tsil/all/test_package/test_package.c:14:44: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] printf("TSIL_COMPLEXCPP = %i bytes\n", sizeof(TSIL_COMPLEX)); ~~ ^~~~~~~~~~~~~~~~~~~~ %lu 2 warnings generated.