Snippets for alsa-utils 1.2.16 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/chch1hnrf1k41mmgmlydw3g6lpn7m79x-alsa-utils-1.2.16.drv.
-
utils.c:94:15: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 94 | (void)write(fp, str, strlen(str)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
utils.c:95:15: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 95 | (void)write(fp, ":", 1); | ^~~~~~~~~~~~~~~~~ -
utils.c:96:15: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 96 | (void)write(fp, reason, strlen(reason)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
utils.c:97:15: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 97 | (void)write(fp, ":", 1); | ^~~~~~~~~~~~~~~~~ -
utils.c:98:15: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 98 | (void)write(fp, sexitcode, strlen(sexitcode)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
utils.c:99:15: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 99 | (void)write(fp, "\n", 1); | ^~~~~~~~~~~~~~~~~~ -
amidi.c:742:33: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 742 | write(receive_file, buf, length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~