svn commit: r323720 - stable/11/sys/conf
Ryan Libby
rlibby at FreeBSD.org
Mon Sep 18 20:09:18 UTC 2017
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 \
More information about the svn-src-stable
mailing list