Skip to content

Commit d8917be

Browse files
tschwingedkm
authored andcommitted
Revert "ci: Use same CXXFLAGS in bootstrap workflow"
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'. > '-Wno-unused-parameter' [did] move into > 'rust-warn' This reverts #1623 commit b322288.
1 parent 8837958 commit d8917be

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/bootstrap.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
push:
55
branches: [ master ]
66

7-
env:
8-
CXXFLAGS: "-Wno-unused-parameter -Werror=overloaded-virtual"
9-
107
jobs:
118
build:
129

0 commit comments

Comments
 (0)