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