Skip to content

Commit 16e41ee

Browse files
committed
Disable a warning in newer clang versions
It is unclear what the problem is, but this should "fix" it.
1 parent 6b02a99 commit 16e41ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,11 @@ jobs:
6363
- image: "debian:testing"
6464
c_compiler: clang
6565
cpp_compiler: clang++
66+
CXXFLAGS: -Wno-c++20-extensions
6667
- image: "debian:experimental"
6768
c_compiler: clang
6869
cpp_compiler: clang++
70+
CXXFLAGS: -Wno-c++20-extensions
6971
container:
7072
image: ${{ matrix.image }}
7173
env:
@@ -173,4 +175,3 @@ jobs:
173175
- uses: ./.github/actions/cmake-windows
174176
- uses: ./.github/actions/build-windows
175177
- uses: ./.github/actions/ctest-windows
176-

0 commit comments

Comments
 (0)