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

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