[Midnightbsd-cvs] src [9698] trunk/sys/conf/kern.mk: add flags for kernel builds
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Dec 16 13:54:56 EST 2017
Revision: 9698
http://svnweb.midnightbsd.org/src/?rev=9698
Author: laffer1
Date: 2017-12-16 13:54:56 -0500 (Sat, 16 Dec 2017)
Log Message:
-----------
add flags for kernel builds
Modified Paths:
--------------
trunk/sys/conf/kern.mk
Modified: trunk/sys/conf/kern.mk
===================================================================
--- trunk/sys/conf/kern.mk 2017-12-16 18:54:36 UTC (rev 9697)
+++ trunk/sys/conf/kern.mk 2017-12-16 18:54:56 UTC (rev 9698)
@@ -30,7 +30,8 @@
# enough to error out the whole kernel build. Display them anyway, so there is
# some incentive to fix them eventually.
CWARNEXTRA?= -Wno-error-tautological-compare -Wno-error-empty-body \
- -Wno-error-parentheses-equality
+ -Wno-error-parentheses-equality -Wno-unused-function \
+ ${NO_WFORMAT}
.endif
#
More information about the Midnightbsd-cvs
mailing list