In file included from /usr/include/string.h:494, from ./src/utils.c:3: In function ‘strncpy’, inlined from ‘copy_string’ at ./src/utils.c:426:5: /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)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./src/utils.c: In function ‘copy_string’: ./src/utils.c:426:22: note: length computed here 426 | strncpy(copy, s, strlen(s)+1); | ^~~~~~~~~ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY