From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id CC196382BE84; Wed, 14 Dec 2022 15:40:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CC196382BE84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671032402; bh=DhH1lDCsegXVgiuINE5HORLBZalG1I9t/G+3m2t2Aio=; h=From:To:Subject:Date:From; b=dfrr6StODio+QHxFWsbRYOEncvvJVif/f0C1Fvl4/TEgjMbLE6fFYEVqD/qpiTwRN Ufg/4i3ox16U2bdhQWu24MtyqPQD4bD0pR87HedZNWK6tq7HOnlP6iQlsU8YEXKGUg uumbRJgStZHT0GZHABWktEXbiAR22Dy+Hi+H6ul4= 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: Apply warnings in CI" X-Act-Checkin: gcc X-Git-Author: Thomas Schwinge X-Git-Refname: refs/heads/devel/rust/master X-Git-Oldrev: 529a6980f3fc211fced92563f1fc8cc9ba1ed20a X-Git-Newrev: 1664a730882db16aae7db752b45c95fe540ea41f Message-Id: <20221214154002.CC196382BE84@sourceware.org> Date: Wed, 14 Dec 2022 15:40:02 +0000 (GMT) List-Id: https://gcc.gnu.org/g:1664a730882db16aae7db752b45c95fe540ea41f commit 1664a730882db16aae7db752b45c95fe540ea41f Author: Thomas Schwinge Date: Wed Dec 14 09:45:58 2022 +0100 Revert "ci: Apply warnings in CI" As discussed in : > '-Werror=overloaded-virtual' is implied as by default, we have > '-Woverloaded-virtual' and '-Werror' [for '--enable-bootstrap' builds]. > ([...]) > (Maybe that isn't active for '--disable-bootstrap' builds, but that's > "OK".) For '--disable-bootstrap' builds, we still have '-Woverloaded-virtual', and any new such diagnostics will be caught by the #1026 "check for new warnings" machinery, so effectively that does implement '-Werror', too. > '-Wno-unused-parameter' [did] move into > 'rust-warn' This reverts #1585 commit a32ef7aa18c45e7047f539b11cd572f0f9502b6d. Diff: --- .github/workflows/ccpp.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 8c9f027cf36..c7d27ce2fcd 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -8,9 +8,6 @@ on: pull_request: branches: [ master ] -env: - CXXFLAGS: "-Wno-unused-parameter -Werror=overloaded-virtual" - jobs: build-and-check-ubuntu-64bit: