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 cc0f781b8a241178dcf7f1e6c2e928f2dfa28987 (commit)
from f0b35e815cb16cefe886bfa4f6573eebaa7a64b8 (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 cc0f781b8a241178dcf7f1e6c2e928f2dfa28987
Author: Diego Nieto Cid <[email protected]>
Date: Sat Oct 4 20:40:25 2025 +0100
boot/userland-boot.c: fix unused result warnings
../../boot/userland-boot.c: In function
'boot_script_prompt_task_resume':
../../boot/userland-boot.c:96:3: warning: ignoring return value of
'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
../../boot/userland-boot.c: In function 'boot_script_exec_cmd':
../../boot/userland-boot.c:267:3: warning: ignoring return value of
'write' declared with attribute 'warn_unused_result' [-Wunused-result]
../../boot/userland-boot.c:271:7: warning: ignoring return value of
'write' declared with attribute 'warn_unused_result' [-Wunused-result]
../../boot/userland-boot.c:273:9: warning: ignoring return value of
'write' declared with attribute 'warn_unused_result' [-Wunused-result]
../../boot/userland-boot.c:274:7: warning: ignoring return value of
'write' declared with attribute 'warn_unused_result' [-Wunused-result]
../../boot/userland-boot.c:276:9: warning: ignoring return value of
'write' declared with attribute 'warn_unused_result' [-Wunused-result]
../../boot/userland-boot.c:278:3: warning: ignoring return value of
'write' declared with attribute 'warn_unused_result' [-Wunused-result]
../../boot/userland-boot.c: In function 'load_image':
../../boot/userland-boot.c:179:7: warning: ignoring return value of
'write' declared with attribute 'warn_unused_result' [-Wunused-result]
../../boot/userland-boot.c:180:7: warning: ignoring return value of
'write' declared with attribute 'warn_unused_result' [-Wunused-result]
../../boot/userland-boot.c:185:3: warning: ignoring return value of
'read' declared with attribute 'warn_unused_result' [-Wunused-result]
../../boot/userland-boot.c:192:7: warning: ignoring return value of
'read' declared with attribute 'warn_unused_result' [-Wunused-result]
../../boot/userland-boot.c:204:13: warning: ignoring return value of
'read' declared with attribute 'warn_unused_result' [-Wunused-result]
../../boot/userland-boot.c:237:7: warning: ignoring return value of
'read' declared with attribute 'warn_unused_result' [-Wunused-result]
Message-ID: <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
boot/userland-boot.c | 53 ++++++++++++++++++++++++++++++++++++++--------------
1 file changed, 39 insertions(+), 14 deletions(-)
hooks/post-receive
--
Hurd