svn commit: r275242 - head/sys/conf

Baptiste Daroussin bapt at FreeBSD.org
Sat Nov 29 14:30:40 UTC 2014


Author: bapt
Date: Sat Nov 29 14:30:39 2014
New Revision: 275242
URL: https://svnweb.freebsd.org/changeset/base/275242

Log:
  Ignore more warnings with external gcc

Modified:
  head/sys/conf/kern.mk

Modified: head/sys/conf/kern.mk
==============================================================================
--- head/sys/conf/kern.mk	Sat Nov 29 12:22:31 2014	(r275241)
+++ head/sys/conf/kern.mk	Sat Nov 29 14:30:39 2014	(r275242)
@@ -39,7 +39,8 @@ CWARNEXTRA?=	-Wno-error-tautological-com
 CWARNEXTRA?=	-Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable \
 		-Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized \
 		-Wno-error=array-bounds -Wno-error=address \
-		-Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes
+		-Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes \
+		-Wno-error=strict-overflow -Wno-error=overflow
 .endif
 
 # External compilers may not support our format extensions.  Allow them


More information about the svn-src-head mailing list