From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id B9FC8382B3E4; Wed, 14 Dec 2022 15:39:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B9FC8382B3E4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671032397; bh=mp+5W2yGwy5vE6ba85EkA8Swka04HcRu4LRk/QEF2+o=; h=From:To:Subject:Date:From; b=csAxv+Z3AL6d9Tohqw541wGpj4Vf5FrHbzep93z9Q5sCLdfJUVTF/fZ5aK0W6oI2x Fy/dv+egqf5WTWF6vu3wqOdBsLt21yzPufwYbcyTnxqA8teOW9/9A6IrgdfnQkquzW 7y0IlWYP/C3tndCKTtN+Q6KdgctWAd656jT1XFPs= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Thomas Schwinge To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/rust/master] Revert "ci: Use same CXXFLAGS in bootstrap workflow" X-Act-Checkin: gcc X-Git-Author: Thomas Schwinge X-Git-Refname: refs/heads/devel/rust/master X-Git-Oldrev: caca467268ad8c6a3c2177b9d3ac50d5299263b2 X-Git-Newrev: 529a6980f3fc211fced92563f1fc8cc9ba1ed20a Message-Id: <20221214153957.B9FC8382B3E4@sourceware.org> Date: Wed, 14 Dec 2022 15:39:57 +0000 (GMT) List-Id: https://gcc.gnu.org/g:529a6980f3fc211fced92563f1fc8cc9ba1ed20a commit 529a6980f3fc211fced92563f1fc8cc9ba1ed20a Author: Thomas Schwinge Date: Wed Dec 14 09:39:44 2022 +0100 Revert "ci: Use same CXXFLAGS in bootstrap workflow" As discussed in : > '-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: