Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Oct 2023 16:15:48 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 5e50df6dc026 - main - devd: Restore WARNS=6
Message-ID:  <202310261615.39QGFmWg055972@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310261615.39QGFmWg055972>