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

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