svn commit: r336480 - head/share/mk

Ruslan Bukin br at FreeBSD.org
Thu Jul 19 12:56:55 UTC 2018


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


More information about the svn-src-head mailing list