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

https://gcc.gnu.org/g:529a6980f3fc211fced92563f1fc8cc9ba1ed20a

commit 529a6980f3fc211fced92563f1fc8cc9ba1ed20a
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Wed Dec 14 09:39:44 2022 +0100

    Revert "ci: Use same CXXFLAGS in bootstrap workflow"
    
    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'.
    
    > '-Wno-unused-parameter' [did] move into
    > 'rust-warn'
    
    This reverts #1623 commit b3222881f443f2b09e2dd72699def43d5ae928ba.

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

diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml
index 58827130d53..8ac4f052187 100644
--- a/.github/workflows/bootstrap.yml
+++ b/.github/workflows/bootstrap.yml
@@ -4,9 +4,6 @@ on:
   push:
     branches: [ master ]
 
-env:
-  CXXFLAGS: "-Wno-unused-parameter -Werror=overloaded-virtual"
-
 jobs:
   build:

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

only message in thread, other threads:[~2022-12-14 15:39 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:39 [gcc/devel/rust/master] Revert "ci: Use same CXXFLAGS in bootstrap workflow" 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).