Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2018 12:56:54 +0000 (UTC)
From:      Ruslan Bukin <br@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r336480 - head/share/mk
Message-ID:  <201807191256.w6JCusav014342@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: br
Date: Thu Jul 19 12:56:54 2018
New Revision: 336480
URL: https://svnweb.freebsd.org/changeset/base/336480

Log:
  Add a GCC 7.1.0 no-error warning flag.
  
  This is required to build libdevdctl.
  
  Note this flag is not required for GCC 8.1.0.
  
  Sponsored by:	DARPA, AFRL

Modified:
  head/share/mk/bsd.sys.mk

Modified: head/share/mk/bsd.sys.mk
==============================================================================
--- head/share/mk/bsd.sys.mk	Thu Jul 19 11:41:53 2018	(r336479)
+++ head/share/mk/bsd.sys.mk	Thu Jul 19 12:56:54 2018	(r336480)
@@ -149,6 +149,7 @@ CWARNFLAGS+=	-Wno-error=bool-operation		\
 		-Wno-error=implicit-fallthrough		\
 		-Wno-error=int-in-bool-context		\
 		-Wno-error=memset-elt-size		\
+		-Wno-error=noexcept-type		\
 		-Wno-error=nonnull			\
 		-Wno-error=pointer-compare		\
 		-Wno-error=stringop-overflow



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