Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
console.c (FindCompletion): silence stupid -Wstringop-truncation from…
… gcc-14 console.c: In function 'FindCompletion': console.c:859:33: warning: '__builtin_strncpy' output may be truncated copying 31 bytes from a string of length 31 [-Wstringop-truncation] 859 | strncpy (matched, file->name, sizeof(matched)-1); | ^~~~~~~
- Loading branch information