We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d38f9 commit 57a8837Copy full SHA for 57a8837
.gitlab/ci/compilation-gcc.gitlab-ci.yml
@@ -51,7 +51,7 @@ test-gcc-fanalyzer-alpine:
51
script:
52
- ./autogen.sh
53
- $CC --version
54
- - ./configure CFLAGS="-Wall -Werror -g -O0 -fanalyzer -fdiagnostics-path-format=separate-events" --host=x86_64
+ - ./configure CFLAGS="-Wall -Werror -g -O0 -fanalyzer -fdiagnostics-path-format=separate-events -Wno-analyzer-fd-leak" --host=x86_64
55
- make -j
56
- make -j check-programs
57
0 commit comments