public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] Revert "ci: Apply warnings in CI"
@ 2022-12-14 15:40 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2022-12-14 15:40 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:1664a730882db16aae7db752b45c95fe540ea41f

commit 1664a730882db16aae7db752b45c95fe540ea41f
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Wed Dec 14 09:45:58 2022 +0100

    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.

Diff:
---
 .github/workflows/ccpp.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index 8c9f027cf36..c7d27ce2fcd 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:

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-14 15:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-14 15:40 [gcc/devel/rust/master] Revert "ci: Apply warnings in CI" Thomas Schwinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).