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 0f0be7f75153923afb3241b07b89773c97f92022 (commit) from e6fec85fbd4ef5b54353c4b4eda2b4f2b5484a26 (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 0f0be7f75153923afb3241b07b89773c97f92022 Author: Flavio Cruz <flavioc...@gmail.com> Date: Sat Jan 28 01:02:25 2023 -0500 Fix compiler warnings * i386/xen/xen.c: Move failsafe_callback_regs to header file and include xen/xen.h * xen/block.c: `name` must be const. Fix format string. * xen/console.c: Move hyp_console_write and inline it in the header. Use static qualifier whenever possible. Cast to interrupt_handler_fn. * xen/console.h: Define hyp_console_write as inline function. * xen/evt.c: Avoid old style declaration and use interrupt_handler_fn. * xen/evt.h: Use interrupt_handler_fn. * xen/net.c: Use static. Use correct format and make `name` const. * xen/time.c: Avoid old style declarations by adding void to the parameter list. * xen/xen.c: Use static. Use interrupt_handler_fn. Delete `_hyp_halt` and `_hyp_todo`. * xen/xen.h: Define hyp_failsafe_c_callback here to make sure we have the prototype. Message-Id: <Y9S6cTHziR/ed...@jupiter.tail36e24.ts.net> ----------------------------------------------------------------------- Summary of changes: i386/xen/xen.c | 13 ++----------- xen/block.c | 4 ++-- xen/console.c | 14 ++++---------- xen/console.h | 5 ++++- xen/evt.c | 4 ++-- xen/evt.h | 2 +- xen/net.c | 6 +++--- xen/time.c | 6 +++--- xen/xen.c | 15 ++------------- xen/xen.h | 12 ++++++++++++ 10 files changed, 35 insertions(+), 46 deletions(-) hooks/post-receive -- GNU Mach