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/e388079f-317c-4a6b-b6e4-f7de13673fe5/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/e388079f-317c-4a6b-b6e4-f7de13673fe5/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.