svn commit: r323574 - head/sys/conf

Ryan Libby rlibby at FreeBSD.org
Thu Sep 14 03:42:42 UTC 2017


Author: rlibby
Date: Thu Sep 14 03:42:41 2017
New Revision: 323574
URL: https://svnweb.freebsd.org/changeset/base/323574

Log:
  gcc builds: reenable -Wstrict-overflow for kern.mk
  
  Reviewed by:	emaste
  Sponsored by:	Dell EMC Isilon
  Differential Revision:	https://reviews.freebsd.org/D12284

Modified:
  head/sys/conf/kern.mk

Modified: head/sys/conf/kern.mk
==============================================================================
--- head/sys/conf/kern.mk	Thu Sep 14 03:41:49 2017	(r323573)
+++ head/sys/conf/kern.mk	Thu Sep 14 03:42:41 2017	(r323574)
@@ -58,7 +58,6 @@ CWARNEXTRA?=	-Wno-error=address				\
 		-Wno-error=maybe-uninitialized			\
 		-Wno-error=overflow				\
 		-Wno-error=sequence-point			\
-		-Wno-error=strict-overflow			\
 		-Wno-error=unused-but-set-variable
 .if ${COMPILER_VERSION} >= 60100
 CWARNEXTRA+=	-Wno-error=misleading-indentation		\


More information about the svn-src-all mailing list