aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-10-26 04:35:45 +0000
committerWarner Losh <imp@FreeBSD.org>2023-10-26 16:11:59 +0000
commit5e50df6dc026853d578b295af7891b34c59adfe9 (patch)
treec8cb8058a605d645f6f5ff716f9a379fbb1227ae
parentede5d4ff5b39ccbc193c30fb6c093c7c4de9a464 (diff)
downloadsrc-5e50df6dc026853d578b295af7891b34c59adfe9.tar.gz
src-5e50df6dc026853d578b295af7891b34c59adfe9.zip
devd: Restore WARNS=6
We compile correctly on all platforms with clang and WARNS=6. We build on amd64 with gcc12 and WARNS.6. Restore WARNS=6. This reverts 3741a56c310d, since that's no longer relevant. Sponsored by: Netflix
-rw-r--r--sbin/devd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile
index f1a5f12ac478..7f334ad6b409 100644
--- a/sbin/devd/Makefile
+++ b/sbin/devd/Makefile
@@ -1,7 +1,7 @@
.include <src.opts.mk>
-WARNS?= 3
+WARNS?= 6
PACKAGE=devd
CONFGROUPS= CONFS DEVD
CONFS= devd.conf