Snippets for mutt 2.4.1 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/iwnsfshwdddxmh17sra206wk40vrrdry-mutt-2.4.1.drv.
-
../mutt.h:77:16: warning: ignoring return value of 'fgets_unlocked' declared with attribute 'warn_unused_result' [-Wunused-result] 77 | # define fgets fgets_unlocked
-
recvattach.c:773:5: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 773 | chdir(mutt_b2s(orig_cwd)); | ^~~~~~~~~~~~~~~~~~~~~~~~~ -
signal.c:57:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 57 | write(1, "-", 1); | ^~~~~~~~~~~~~~~~ -
signal.c:50:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 50 | write(1, &digit, 1); | ^~~~~~~~~~~~~~~~~~~ -
signal.c:74:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 74 | write(1, str, len); | ^~~~~~~~~~~~~~~~~~ -
system.c:94:11: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 94 | chdir("/"); | ^~~~~~~~~~ -
dotlock.c:244:3: warning: ignoring return value of 'fchdir' declared with attribute 'warn_unused_result' [-Wunused-result] 244 | fchdir(currdir); | ^~~~~~~~~~~~~~~ -
dotlock.c:635:5: warning: ignoring return value of 'link' declared with attribute 'warn_unused_result' [-Wunused-result] 635 | link(nfslockfile, lockfile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
mutt.h:77:16: warning: ignoring return value of 'fgets_unlocked' declared with attribute 'warn_unused_result' [-Wunused-result] 77 | # define fgets fgets_unlocked