From 6836202ae0b81869e096204d5b201fedf45284f1 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Mon, 16 Apr 2018 18:03:59 +0200 Subject: [PATCH] kernel: Add -Wmissing-include-dirs to our kernel build. --- sys/conf/bsd.kern.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/bsd.kern.mk b/sys/conf/bsd.kern.mk index 0845d45a32..a8265dcc48 100644 --- a/sys/conf/bsd.kern.mk +++ b/sys/conf/bsd.kern.mk @@ -9,7 +9,7 @@ CWARNFLAGS?= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \ -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \ - -Wold-style-definition -Wno-inline \ + -Wold-style-definition -Wmissing-include-dirs -Wno-inline \ -Wno-pointer-sign -Winit-self -std=c99 .if ${CCVER:Mgcc*} -- 2.11.4.GIT