Skip to content

Commit ee1e4ac

Browse files
committed
CUDA: -Wno-pedantic
Noisy with the GCC in our CI
1 parent d3c35e0 commit ee1e4ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cuda.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
if: github.event.pull_request.draft == false
1818
env:
19-
CXXFLAGS: "-Werror"
19+
CXXFLAGS: "-Werror -Wno-pedantic"
20+
CUDAFLAGS: "-Wno-pedantic -Xcompiler '-Wno-pedantic' --display-error-number"
2021
CMAKE_GENERATOR: Ninja
2122
steps:
2223
- name: Free More Disk Space

0 commit comments

Comments
 (0)