Snippets for apulse 0.1.14 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/b6f23lwg36x6zida7smzax76sxjrg13k-apulse-0.1.14.drv.
-
/build/source/src/apulse-mainloop.c:453:5: warning: ignoring return value of 'pipe' declared with attribute 'warn_unused_result' [-Wunused-result] 453 | pipe(m->wakeup_pipe); | ^~~~~~~~~~~~~~~~~~~~ -
/build/source/src/apulse-mainloop.c:610:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 610 | write(m->wakeup_pipe[1], &c, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/apulse-proplist.c:82:5: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 82 | v->data = g_memdup(data, nbytes); | ^