diff options
author | Sam James <sam@gentoo.org> | 2024-12-10 01:58:10 +0000 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2024-12-10 08:14:09 +0000 |
commit | 55a9d8d451354bf4ab8ff8367796faacad41a527 (patch) | |
tree | ee10540321881bb00d6eaf1018e6b50c68a4b5fa | |
parent | f3b1216cc6b8f1341ca635f679e7987c454e263d (diff) | |
download | gcc-55a9d8d451354bf4ab8ff8367796faacad41a527.zip gcc-55a9d8d451354bf4ab8ff8367796faacad41a527.tar.gz gcc-55a9d8d451354bf4ab8ff8367796faacad41a527.tar.bz2 |
ci: update warnings after C++14 change
ChangeLog:
* .github/glibcxx_ubuntu64b_log_expected_warnings: Update.
* .github/log_expected_warnings: Update.
-rw-r--r-- | .github/glibcxx_ubuntu64b_log_expected_warnings | 2 | ||||
-rw-r--r-- | .github/log_expected_warnings | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/glibcxx_ubuntu64b_log_expected_warnings b/.github/glibcxx_ubuntu64b_log_expected_warnings index b1f400a..214a64a 100644 --- a/.github/glibcxx_ubuntu64b_log_expected_warnings +++ b/.github/glibcxx_ubuntu64b_log_expected_warnings @@ -128,5 +128,5 @@ gengtype-lex.cc:357:15: warning: this statement may fall through [-Wimplicit-fal gengtype-lex.cc:357:15: warning: this statement may fall through [-Wimplicit-fallthrough=] gengtype-lex.cc:357:15: warning: this statement may fall through [-Wimplicit-fallthrough=] gengtype-lex.cc:357:15: warning: this statement may fall through [-Wimplicit-fallthrough=] -install.texi:2231: warning: `.' or `,' must follow @xref, not f +install.texi:2230: warning: `.' or `,' must follow @xref, not f libtool: install: warning: remember to run `libtool --finish /usr/local/libexec/gcc/x86_64-pc-linux-gnu/14.0.1' diff --git a/.github/log_expected_warnings b/.github/log_expected_warnings index 989829d..9829eb2 100644 --- a/.github/log_expected_warnings +++ b/.github/log_expected_warnings @@ -150,5 +150,5 @@ gengtype-lex.cc:357:15: warning: this statement may fall through [-Wimplicit-fal gengtype-lex.cc:357:15: warning: this statement may fall through [-Wimplicit-fallthrough=] gengtype-lex.cc:357:15: warning: this statement may fall through [-Wimplicit-fallthrough=] gengtype-lex.cc:357:15: warning: this statement may fall through [-Wimplicit-fallthrough=] -install.texi:2231: warning: `.' or `,' must follow @xref, not f +install.texi:2230: warning: `.' or `,' must follow @xref, not f libtool: install: warning: remember to run `libtool --finish /usr/local/libexec/gcc/x86_64-pc-linux-gnu/14.0.1' |