CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-2218/.conan/data/tng/1.8.2/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/include/tng/tng_io.h:310, from /home/conan/w/cci_PR-2218/.conan/data/tng/1.8.2/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/src/lib/tng_io.c:20: In function ‘strncpy’, inlined from ‘tng_gen_data_block_add’ at /home/conan/w/cci_PR-2218/.conan/data/tng/1.8.2/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/src/lib/tng_io.c:12600:9, inlined from ‘tng_data_block_add’ at /home/conan/w/cci_PR-2218/.conan/data/tng/1.8.2/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/src/lib/tng_io.c:12788:12: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-2218/.conan/data/tng/1.8.2/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/src/lib/tng_io.c: In function ‘tng_data_block_add’: /home/conan/w/cci_PR-2218/.conan/data/tng/1.8.2/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/src/lib/tng_io.c:12600:47: note: length computed here 12600 | strncpy(data->block_name, block_name, strlen(block_name) + 1); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-2218/.conan/data/tng/1.8.2/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/include/tng/tng_io.h:310, from /home/conan/w/cci_PR-2218/.conan/data/tng/1.8.2/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/src/lib/tng_io.c:20: In function ‘strncpy’, inlined from ‘tng_gen_data_block_add’ at /home/conan/w/cci_PR-2218/.conan/data/tng/1.8.2/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/src/lib/tng_io.c:12600:9, inlined from ‘tng_particle_data_block_add’ at /home/conan/w/cci_PR-2218/.conan/data/tng/1.8.2/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/src/lib/tng_io.c:12813:12: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-2218/.conan/data/tng/1.8.2/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/src/lib/tng_io.c: In function ‘tng_particle_data_block_add’: /home/conan/w/cci_PR-2218/.conan/data/tng/1.8.2/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/src/lib/tng_io.c:12600:47: note: length computed here 12600 | strncpy(data->block_name, block_name, strlen(block_name) + 1); | ^~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-2218/.conan/data/tng/1.8.2/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/src/lib/tng_io.c: In function ‘tng_time_get_str’: /home/conan/w/cci_PR-2218/.conan/data/tng/1.8.2/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/src/lib/tng_io.c:15187:24: warning: ‘%02d’ directive output may be truncated writing between 2 and 11 bytes into a region of size between 0 and 16 [-Wformat-truncation=] 15187 | "%4d-%02d-%02d %02d:%02d:%02d", | ^~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-2218/.conan/data/tng/1.8.2/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/include/tng/tng_io.h:308, from /home/conan/w/cci_PR-2218/.conan/data/tng/1.8.2/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/src/lib/tng_io.c:20: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 20 and 72 bytes into a destination of size 24 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY