Snippets for obexftp 0.24.2 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/lr873130pfyzixrdnpz34gpwvv60sw99-obexftp-0.24.2.drv.
-
/build/obexftp-0.24.2-Source/obexftp/client.c:340:48: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 340 | (void) write(fd, body_data, body_len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/obexftp-0.24.2-Source/apps/obexftp.c:123:33: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 123 | write(STDOUT_FILENO, msg, len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/obexftp-0.24.2-Source/apps/obexftpd.c:986:25: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 986 | chdir(optarg); | ^~~~~~~~~~~~~ -
/build/obexftp-0.24.2-Source/apps/obexftpd.c:344:33: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 344 | chdir(init_work_path); | ^~~~~~~~~~~~~~~~~~~~~