diff options
author | Arthur Cohen <arthur.cohen@embecosm.com> | 2022-08-29 11:28:10 +0200 |
---|---|---|
committer | Arthur Cohen <arthur.cohen@embecosm.com> | 2022-08-29 11:28:10 +0200 |
commit | 2a607410e5911638747c1f472d92c563115b410c (patch) | |
tree | 71eb49235123ac54cfb3b483f39cf6d1d87704c4 | |
parent | a8403dd7fad9acc0dbe02418f7d77273b735c24f (diff) | |
download | gcc-2a607410e5911638747c1f472d92c563115b410c.zip gcc-2a607410e5911638747c1f472d92c563115b410c.tar.gz gcc-2a607410e5911638747c1f472d92c563115b410c.tar.bz2 |
bors: Fix expected warning list
-rw-r--r-- | .github/bors_log_expected_warnings | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/bors_log_expected_warnings b/.github/bors_log_expected_warnings index 9088886..3cc5ae0 100644 --- a/.github/bors_log_expected_warnings +++ b/.github/bors_log_expected_warnings @@ -84,7 +84,7 @@ ../../gcc/config/i386/i386.cc:2565:8: warning: too many arguments for format [-Wformat-extra-args] ../../gcc/config/i386/i386.cc:2565:8: warning: unknown conversion type character ‘{’ in format [-Wformat=] ../../gcc/config/i386/i386.cc:2565:8: warning: unknown conversion type character ‘}’ in format [-Wformat=] -../../gcc/diagnostic.cc:2191:52: warning: format not a string literal and no format arguments [-Wformat-security] +../../gcc/diagnostic.cc:2206:52: warning: format not a string literal and no format arguments [-Wformat-security] ../../gcc/doc/sourcebuild.texi:1452: warning: node `Add Options' is next for `Effective-Target Keywords' in menu but not in sectioning ../../gcc/doc/sourcebuild.texi:2946: warning: node `Effective-Target Keywords' is prev for `Add Options' in menu but not in sectioning ../../gcc/fold-const.cc:314:42: warning: format not a string literal and no format arguments [-Wformat-security] |