Snippets for lbdb 0.41 from Fedora aarch64
Sourced from https://kojipkgs.fedoraproject.org/packages/lbdb/0.41/24.fc45/data/logs/aarch64/build.log.
-
dotlock.c:434:5: warning: ignoring return value of ‘link’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 434 | link (nfslockfile, lockfile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
fetchaddr.c:166:7: warning: ‘strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 166 | strncpy (hdr[i].tag, fieldname, strlen (fieldname)); | ^