Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2015 11:32:42 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r284809 - stable/9/sys/conf
Message-ID:  <201506251132.t5PBWgug022068@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: avg
Date: Thu Jun 25 11:32:41 2015
New Revision: 284809
URL: https://svnweb.freebsd.org/changeset/base/284809

Log:
  revert local hack that sneaked into r284804
  
  Pointy hat to:	avg

Modified:
  stable/9/sys/conf/kern.mk

Modified: stable/9/sys/conf/kern.mk
==============================================================================
--- stable/9/sys/conf/kern.mk	Thu Jun 25 10:03:38 2015	(r284808)
+++ stable/9/sys/conf/kern.mk	Thu Jun 25 11:32:41 2015	(r284809)
@@ -5,7 +5,7 @@
 #
 CWARNFLAGS?=	-Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
 		-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \
-		-Wundef -Wno-pointer-sign \
+		-Wundef -Wno-pointer-sign -fformat-extensions \
 		-Wmissing-include-dirs -fdiagnostics-show-option \
 		${CWARNEXTRA}
 MK_CLANG_IS_CC ?= no



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