Skip to content

Commit f2b4f67

Browse files
tschwingedkm
authored andcommitted
Revert "ci: Apply warnings in CI"
As discussed in <https://inbox.sourceware.org/gcc-patches/[email protected]>: > '-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 a32ef7a.
1 parent d8917be commit f2b4f67

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ccpp.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88
pull_request:
99
branches: [ master ]
1010

11-
env:
12-
CXXFLAGS: "-Wno-unused-parameter -Werror=overloaded-virtual"
13-
1411
jobs:
1512
build-and-check-ubuntu-64bit:
1613

0 commit comments

Comments
 (0)