We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44bd20 commit ff61c8bCopy full SHA for ff61c8b
.travis.yml
@@ -7,7 +7,7 @@ matrix:
7
compiler: clang
8
- os: osx
9
script:
10
-- make -C tests EXTRA_CFLAGS="-W -Wall -Wextra -Wswitch-default"
+- make -C tests EXTRA_CFLAGS="-Wextra -Wswitch-default"
11
- make -C tests clean ; make -C tests pedantic
12
- make -C tests clean ; make -C tests pedantic EXTRA_CFLAGS=-DNO_DECLTYPE
13
- make -C tests clean ; make -C tests cplusplus
0 commit comments