Snippets for alfred 2026.2 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/2d6xjrk43lym4l4xv3cpfhmf4jyggxgz-alfred-2026.2.drv.
-
server.c:405:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 405 | read(globals->check_timerfd, &timer_exp, sizeof(timer_exp)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
server.c:366:17: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 366 | system(command); | ^~~~~~~~~~~~~~~