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.
1 parent 32c3e92 commit 0cc6f10Copy full SHA for 0cc6f10
.github/workflows/c.yml
@@ -57,7 +57,7 @@ jobs:
57
env:
58
CC: clang
59
CXX: clang++
60
- CXXFLAGS: -Werror -Wall -pedantic
+ CXXFLAGS: -Werror -Wall -pedantic -Wno-nullability-extension
61
BUILD_TYPE: Debug
62
steps:
63
- uses: actions/checkout@v4
0 commit comments