diff options
author | Arthur Cohen <arthur.cohen@embecosm.com> | 2025-04-14 10:58:25 +0200 |
---|---|---|
committer | CohenArthur <arthur.cohen@embecosm.com> | 2025-04-14 09:30:17 +0000 |
commit | a283cdcf85e2f4bafe9d02ee6117bf46fcbb5a82 (patch) | |
tree | 3e53c1d2121b1798985601a5a9325b77f1b2c405 | |
parent | 8934acdd481febd8978f05bd262dabc4e68587b6 (diff) | |
download | gcc-a283cdcf85e2f4bafe9d02ee6117bf46fcbb5a82.zip gcc-a283cdcf85e2f4bafe9d02ee6117bf46fcbb5a82.tar.gz gcc-a283cdcf85e2f4bafe9d02ee6117bf46fcbb5a82.tar.bz2 |
ci: Update warnings for new location in install.texi
ChangeLog:
* .github/glibcxx_ubuntu64b_log_expected_warnings: Change line number
for warning from 2230 to 2236.
* .github/log_expected_warnings: Likewise.
-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 214a64a..2aec0dd 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:2230: warning: `.' or `,' must follow @xref, not f +install.texi:2236: 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 9829eb2..731fcaa 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:2230: warning: `.' or `,' must follow @xref, not f +install.texi:2236: 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' |