In file included from /usr/include/string.h:494, from source_subfolder/libiberty/dyn-string.c:38: In function ‘strncpy’, inlined from ‘dyn_string_insert_cstr’ at source_subfolder/libiberty/dyn-string.c:280:3: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source_subfolder/libiberty/dyn-string.c: In function ‘dyn_string_insert_cstr’: source_subfolder/libiberty/dyn-string.c:272:16: note: length computed here 272 | int length = strlen (src); | ^~~~~~~~~~~~ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY