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 "GNU Mach".
The branch, master has been updated
via dee67522133a720db1b5461696f56e20c12b81f0 (commit)
from e83e11f42c93202fd9d3183561bd533cc731953c (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 dee67522133a720db1b5461696f56e20c12b81f0
Author: Milos Nikic <[email protected]>
Date: Thu Jan 29 00:10:03 2026 +0100
ipc: supress warning on cast of ipc_port_t to name
This patch fixes a warning when building on 64-bit architectures where
sizeof(void *) > sizeof(mach_port_name_t).
The double cast (via uintptr_t) explicitly tells the compiler that the
truncation of the pointer value into the 32-bit port name is intentional,
preserving the existing behavior while silencing the warning.
-----------------------------------------------------------------------
Summary of changes:
ipc/ipc_port.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
GNU Mach