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

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:

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

only message in thread, other threads:[~2022-10-27  7:49 UTC | newest]

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