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 tag, v1.8+git20260129 has been created
at dee67522133a720db1b5461696f56e20c12b81f0 (commit)
- 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.
-----------------------------------------------------------------------
hooks/post-receive
--
GNU Mach