From 5557f2ca9d526874a7fc499c1068ea93628a40fa Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Sun, 29 Jan 2023 01:09:00 -0500 Subject: 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: --- ddb/db_mp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ddb/db_mp.c') diff --git a/ddb/db_mp.c b/ddb/db_mp.c index 7c0f6f26..f4e5fa3e 100644 --- a/ddb/db_mp.c +++ b/ddb/db_mp.c @@ -38,6 +38,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3