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
3741a56c31, since that's no longer relevant.
Sponsored by: Netflix
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
|
||||
.include <src.opts.mk>
|
||||
|
||||
WARNS?= 3
|
||||
WARNS?= 6
|
||||
PACKAGE=devd
|
||||
CONFGROUPS= CONFS DEVD
|
||||
CONFS= devd.conf
|
||||
|
||||
Reference in New Issue
Block a user