Blame SOURCES/gcc9-Wno-format-security.patch

9805c9
2017-02-25  Jakub Jelinek  <jakub@redhat.com>
9805c9
9805c9
	* configure.ac: When adding -Wno-format, also add -Wno-format-security.
9805c9
	* configure: Regenerated.
9805c9
9805c9
--- gcc/configure.ac.jj	2017-02-13 12:20:53.000000000 +0100
9805c9
+++ gcc/configure.ac	2017-02-25 12:42:32.859175403 +0100
9805c9
@@ -481,7 +481,7 @@ AC_ARG_ENABLE(build-format-warnings,
9805c9
   AS_HELP_STRING([--disable-build-format-warnings],[don't use -Wformat while building GCC]),
9805c9
   [],[enable_build_format_warnings=yes])
9805c9
 AS_IF([test $enable_build_format_warnings = no],
9805c9
-      [wf_opt=-Wno-format],[wf_opt=])
9805c9
+      [wf_opt="-Wno-format -Wno-format-security"],[wf_opt=])
9805c9
 ACX_PROG_CXX_WARNING_OPTS(
9805c9
 	m4_quote(m4_do([-W -Wall -Wno-narrowing -Wwrite-strings ],
9805c9
 		       [-Wcast-qual $wf_opt])), [loose_warn])
9805c9
--- gcc/configure.jj	2017-02-13 12:20:52.000000000 +0100
9805c9
+++ gcc/configure	2017-02-25 12:42:50.041946391 +0100
9805c9
@@ -6647,7 +6647,7 @@ else
9805c9
 fi
9805c9
 
9805c9
 if test $enable_build_format_warnings = no; then :
9805c9
-  wf_opt=-Wno-format
9805c9
+  wf_opt="-Wno-format -Wno-format-security"
9805c9
 else
9805c9
   wf_opt=
9805c9
 fi