This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".
The branch, master has been updated
via f0b35e815cb16cefe886bfa4f6573eebaa7a64b8 (commit)
from 0170ba075cbad95e3574db3082bc1c0bc91ba6b6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f0b35e815cb16cefe886bfa4f6573eebaa7a64b8
Author: Diego Nieto Cid <[email protected]>
Date: Sat Oct 4 20:40:24 2025 +0100
boot/boot.c: fix unused result warnings
../../boot/boot.c: In function 'read_boot_script':
../../boot/boot.c:468:7: warning: ignoring return value of 'write'
declared with attribute 'warn_unused_result' [-Wunused-result]
../../boot/boot.c:474:7: warning: ignoring return value of 'write'
declared with attribute 'warn_unused_result' [-Wunused-result]
../../boot/boot.c:494:15: warning: ignoring return value of 'write'
declared with attribute 'warn_unused_result' [-Wunused-result]
../../boot/boot.c: In function 'main':
../../boot/boot.c:641:5: warning: ignoring return value of 'asprintf'
declared with attribute 'warn_unused_result' [-Wunused-result]
../../boot/boot.c:662:7: warning: ignoring return value of 'write'
declared with attribute 'warn_unused_result' [-Wunused-result]
../../boot/boot.c:683:12: warning: ignoring return value of 'asprintf'
declared with attribute 'warn_unused_result' [-Wunused-result]
../../boot/boot.c:686:12: warning: ignoring return value of 'write'
declared with attribute 'warn_unused_result' [-Wunused-result]
../../boot/boot.c:716:13: warning: ignoring return value of 'write'
declared with attribute 'warn_unused_result' [-Wunused-result]
../../boot/boot.c:717:13: warning: ignoring return value of 'write'
declared with attribute 'warn_unused_result' [-Wunused-result]
../../boot/boot.c:718:13: warning: ignoring return value of 'write'
declared with attribute 'warn_unused_result' [-Wunused-result]
../../boot/boot.c:719:13: warning: ignoring return value of 'write'
declared with attribute 'warn_unused_result' [-Wunused-result]
../../boot/boot.c:732:7: warning: ignoring return value of 'write'
declared with attribute 'warn_unused_result' [-Wunused-result]
../../boot/boot.c:733:7: warning: ignoring return value of 'read'
declared with attribute 'warn_unused_result' [-Wunused-result]
../../boot/boot.c:747:9: warning: ignoring return value of 'write'
declared with attribute 'warn_unused_result' [-Wunused-result]
../../boot/boot.c:748:9: warning: ignoring return value of 'write'
declared with attribute 'warn_unused_result' [-Wunused-result]
../../boot/boot.c: In function 'do_mach_notify_no_senders':
../../boot/boot.c:1360:11: warning: ignoring return value of 'write'
declared with attribute 'warn_unused_result' [-Wunused-result]
Message-ID: <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
boot/boot.c | 65 ++++++++++++++++++++++++++++++++++++++++++-------------------
1 file changed, 45 insertions(+), 20 deletions(-)
hooks/post-receive
--
Hurd