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

https://gcc.gnu.org/g:b3222881f443f2b09e2dd72699def43d5ae928ba

commit b3222881f443f2b09e2dd72699def43d5ae928ba
Author: Arthur Cohen <arthur.cohen@embecosm.com>
Date:   Fri Oct 28 14:32:45 2022 +0200

    ci: Use same CXXFLAGS in bootstrap workflow

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

diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml
index 571ef439743..9031d347984 100644
--- a/.github/workflows/bootstrap.yml
+++ b/.github/workflows/bootstrap.yml
@@ -4,6 +4,9 @@ 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-11-02  9:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-02  9:39 [gcc/devel/rust/master] 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).