CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP MYSQL_INCLUDE_DIR MYSQL_ROOT_INCLUDE_DIRS MYSQL_ROOT_LIBRARY_DIRS PostgreSQL_ROOT_INCLUDE_DIRS PostgreSQL_ROOT_LIBRARY_DIRS /home/conan/w/cci_PR-4205/.conan/data/poco/1.10.1/_/_/build/5fa9e4cfbe442258c426529d2e3d7f6191369ce3/source_subfolder/JSON/src/pdjson.c: In function ‘json_error_s’: /home/conan/w/cci_PR-4205/.conan/data/poco/1.10.1/_/_/build/5fa9e4cfbe442258c426529d2e3d7f6191369ce3/source_subfolder/JSON/src/pdjson.c:30:18: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size between 99 and 118 [-Wformat-truncation=] 30 | "error: %lu: " format, \ | ^~~~~~~~~~~~~~ ...... 66 | json_error(json, "%s", errbuf); | ~~~~~~ /home/conan/w/cci_PR-4205/.conan/data/poco/1.10.1/_/_/build/5fa9e4cfbe442258c426529d2e3d7f6191369ce3/source_subfolder/JSON/src/pdjson.c:66:5: note: in expansion of macro ‘json_error’ 66 | json_error(json, "%s", errbuf); | ^~~~~~~~~~ /home/conan/w/cci_PR-4205/.conan/data/poco/1.10.1/_/_/build/5fa9e4cfbe442258c426529d2e3d7f6191369ce3/source_subfolder/JSON/src/pdjson.c:763:23: note: format string is defined here 763 | json_error(json, "%s", "invalid parser state"); | ^~ /home/conan/w/cci_PR-4205/.conan/data/poco/1.10.1/_/_/build/5fa9e4cfbe442258c426529d2e3d7f6191369ce3/source_subfolder/JSON/src/pdjson.c:29:9: note: ‘snprintf’ output between 11 and 1053 bytes into a destination of size 128 29 | snprintf(json->errmsg, sizeof(json->errmsg), \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | "error: %lu: " format, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | (unsigned long) json->lineno, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __VA_ARGS__); \ | ~~~~~~~~~~~~ /home/conan/w/cci_PR-4205/.conan/data/poco/1.10.1/_/_/build/5fa9e4cfbe442258c426529d2e3d7f6191369ce3/source_subfolder/JSON/src/pdjson.c:66:5: note: in expansion of macro ‘json_error’ 66 | json_error(json, "%s", errbuf); | ^~~~~~~~~~ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY WARN: apr-util/1.6.1: requirement expat/2.2.9 overridden by poco/1.10.1 to expat/2.2.10