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 /home/conan/w/cci_master/.conan/data/tsil/1.45/_/_/build/7719dec5caca4cfdcc26c93f4ed7deef582260e6/source_subfolder/functions.c: In function ‘TSIL_GetData’: /home/conan/w/cci_master/.conan/data/tsil/1.45/_/_/build/7719dec5caca4cfdcc26c93f4ed7deef582260e6/source_subfolder/functions.c:400:23: warning: ‘strncat’ specified bound 1 equals source length [-Wstringop-overflow=] TSIL_Warn (funcname, strncat (errmsg, "M", 1)); ^~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_master/.conan/data/tsil/1.45/_/_/build/7719dec5caca4cfdcc26c93f4ed7deef582260e6/source_subfolder/functions.c: In function ‘TSIL_GetDataR’: /home/conan/w/cci_master/.conan/data/tsil/1.45/_/_/build/7719dec5caca4cfdcc26c93f4ed7deef582260e6/source_subfolder/functions.c:486:28: warning: ‘strncat’ specified bound 1 equals source length [-Wstringop-overflow=] TSIL_Warn (funcname, strncat (errmsg, "M", 1)); ^~~~~~~~~~~~~~~~~~~~~~~~ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY /home/conan/w/cci_master/3625/d0fd28af-7756-4b27-a59a-5b4210375584/recipes/tsil/all/test_package/test_package.c: In function ‘main’: /home/conan/w/cci_master/3625/d0fd28af-7756-4b27-a59a-5b4210375584/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=] printf("TSIL_REAL = %i bytes\n", sizeof(TSIL_REAL)); ~^ ~~~~~~~~~~~~~~~~~ %li /home/conan/w/cci_master/3625/d0fd28af-7756-4b27-a59a-5b4210375584/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=] printf("TSIL_COMPLEXCPP = %i bytes\n", sizeof(TSIL_COMPLEX)); ~^ ~~~~~~~~~~~~~~~~~~~~ %li