svn commit: r284809 - stable/9/sys/conf

Andriy Gapon avg at FreeBSD.org
Thu Jun 25 11:32:42 UTC 2015


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


More information about the svn-src-stable-9 mailing list