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 5557f2ca9d526874a7fc499c1068ea93628a40fa (commit)
from a8fbf3737be9a6f5fd1d87765072292d54e54aac (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 5557f2ca9d526874a7fc499c1068ea93628a40fa
Author: Flavio Cruz <[email protected]>
Date: Sun Jan 29 01:09:00 2023 -0500
Enable -Wmissing-prototypes.
* Makefile.am: enable -Wmissing-prototypes
* ddb/db_inout.h: Prototype kdb_kintr for entering into DDB.
* ddb/db_mp.c Include ddb/db_input.h to get kdb_kintr.
* i386/i386at/kd.h: Include ddb/input.h to get kdb_kintr.
* linux/Makefrag.am: Disable some of the new warnings for linux drivers,
otherwise we will get more and more noise.
Message-Id: <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 +-
ddb/db_input.h | 3 +++
ddb/db_mp.c | 1 +
i386/i386at/kd.h | 2 +-
linux/Makefrag.am | 4 ++++
5 files changed, 10 insertions(+), 2 deletions(-)
hooks/post-receive
--
GNU Mach