git: 5e50df6dc026 - main - devd: Restore WARNS=6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 Oct 2023 16:15:48 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=5e50df6dc026853d578b295af7891b34c59adfe9 commit 5e50df6dc026853d578b295af7891b34c59adfe9 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2023-10-26 04:35:45 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2023-10-26 16:11:59 +0000 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 --- sbin/devd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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