diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2022-12-14 09:45:58 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2022-12-14 10:25:31 +0100 |
commit | 1664a730882db16aae7db752b45c95fe540ea41f (patch) | |
tree | 102feaa091b5daffc72837a569637930487585c3 | |
parent | 529a6980f3fc211fced92563f1fc8cc9ba1ed20a (diff) | |
download | gcc-1664a730882db16aae7db752b45c95fe540ea41f.zip gcc-1664a730882db16aae7db752b45c95fe540ea41f.tar.gz gcc-1664a730882db16aae7db752b45c95fe540ea41f.tar.bz2 |
Revert "ci: Apply warnings in CI"
As discussed in
<https://inbox.sourceware.org/gcc-patches/871qpjtmd8.fsf@euler.schwinge.homeip.net>:
> '-Werror=overloaded-virtual' is implied as by default, we have
> '-Woverloaded-virtual' and '-Werror' [for '--enable-bootstrap' builds].
> ([...])
> (Maybe that isn't active for '--disable-bootstrap' builds, but that's
> "OK".)
For '--disable-bootstrap' builds, we still have '-Woverloaded-virtual', and any
new such diagnostics will be caught by the #1026 "check for new warnings"
machinery, so effectively that does implement '-Werror', too.
> '-Wno-unused-parameter' [did] move into
> 'rust-warn'
This reverts #1585 commit a32ef7aa18c45e7047f539b11cd572f0f9502b6d.
-rw-r--r-- | .github/workflows/ccpp.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 8c9f027..c7d27ce 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -8,9 +8,6 @@ on: pull_request: branches: [ master ] -env: - CXXFLAGS: "-Wno-unused-parameter -Werror=overloaded-virtual" - jobs: build-and-check-ubuntu-64bit: |