public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Thomas Schwinge <tschwinge@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc/devel/rust/master] ci: Apply warnings in CI
Date: Thu, 27 Oct 2022 07:49:47 +0000 (GMT)	[thread overview]
Message-ID: <20221027074952.BE88D38582A7@sourceware.org> (raw)

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

commit a32ef7aa18c45e7047f539b11cd572f0f9502b6d
Author: Arthur Cohen <arthur.cohen@embecosm.com>
Date:   Wed Oct 12 15:20:02 2022 +0200

    ci: Apply warnings in CI

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

diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index c88674033e7..22440b04b87 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -8,6 +8,9 @@ on:
   pull_request:
     branches: [ master ]
 
+env:
+  CXXFLAGS: "-Wno-unused-parameter -Werror=overloaded-virtual"
+
 jobs:
   build-and-check-ubuntu-64bit:

                 reply	other threads:[~2022-10-27  7:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221027074952.BE88D38582A7@sourceware.org \
    --to=tschwinge@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).