Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 2017 20:09:17 +0000 (UTC)
From:      Ryan Libby <rlibby@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r323720 - stable/11/sys/conf
Message-ID:  <201709182009.v8IK9H7g029961@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rlibby
Date: Mon Sep 18 20:09:17 2017
New Revision: 323720
URL: https://svnweb.freebsd.org/changeset/base/323720

Log:
  MFC r323574:
  
    gcc builds: reenable -Wstrict-overflow for kern.mk

Modified:
  stable/11/sys/conf/kern.mk
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/conf/kern.mk
==============================================================================
--- stable/11/sys/conf/kern.mk	Mon Sep 18 20:07:48 2017	(r323719)
+++ stable/11/sys/conf/kern.mk	Mon Sep 18 20:09:17 2017	(r323720)
@@ -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		\



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