We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-Wno-pedantic
1 parent d3c35e0 commit ee1e4acCopy full SHA for ee1e4ac
.github/workflows/cuda.yml
@@ -16,7 +16,8 @@ jobs:
16
runs-on: ubuntu-22.04
17
if: github.event.pull_request.draft == false
18
env:
19
- CXXFLAGS: "-Werror"
+ CXXFLAGS: "-Werror -Wno-pedantic"
20
+ CUDAFLAGS: "-Wno-pedantic -Xcompiler '-Wno-pedantic' --display-error-number"
21
CMAKE_GENERATOR: Ninja
22
steps:
23
- name: Free More Disk Space
0 commit comments