Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 May 2018 19:31:28 +0000 (UTC)
From:      Matt Macy <mmacy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r333261 - head/sys/conf
Message-ID:  <201805041931.w44JVS3d096407@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mmacy
Date: Fri May  4 19:31:28 2018
New Revision: 333261
URL: https://svnweb.freebsd.org/changeset/base/333261

Log:
  % WITHOUT_FORMAT_EXTENSIONS=  XCC=/usr/local/bin/gcc8 make -j96 buildkernel KERNCONF=GENERIC-NODEBUG -s >& log
  % grep "inlining failed" log | wc
       234    3570   36065
  Consensus on those polled is that inlining failure warnings are not useful
  
  Approved by:	sbruno

Modified:
  head/sys/conf/kern.mk

Modified: head/sys/conf/kern.mk
==============================================================================
--- head/sys/conf/kern.mk	Fri May  4 19:28:05 2018	(r333260)
+++ head/sys/conf/kern.mk	Fri May  4 19:31:28 2018	(r333261)
@@ -4,7 +4,7 @@
 # Warning flags for compiling the kernel and components of the kernel:
 #
 CWARNFLAGS?=	-Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
-		-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \
+		-Wmissing-prototypes -Wpointer-arith -Wcast-qual \
 		-Wundef -Wno-pointer-sign ${FORMAT_EXTENSIONS} \
 		-Wmissing-include-dirs -fdiagnostics-show-option \
 		-Wno-unknown-pragmas \



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