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.
2 parents 7a4dd73 + 55b0ba8 commit 0ff988eCopy full SHA for 0ff988e
1 file changed
.travis.yml
@@ -12,13 +12,13 @@ matrix:
12
os: linux
13
dist: trusty
14
compiler: gcc
15
- script: ./autogen.sh && ./configure && make distcheck
+ script: ./autogen.sh && ./configure CFLAGS="-Werror -Wno-unused-result" && make distcheck
16
17
- env: test="x64 5.0 (autotools)"
18
19
20
compiler: clang
21
22
23
- env: test="x64 4.8.4 (CMake gcc)"
24
0 commit comments