Skip to content

Commit ff61c8b

Browse files
committed
[NFC] Remove redundant "-W -Wall" from .travis.yml
1 parent e44bd20 commit ff61c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ matrix:
77
compiler: clang
88
- os: osx
99
script:
10-
- make -C tests EXTRA_CFLAGS="-W -Wall -Wextra -Wswitch-default"
10+
- make -C tests EXTRA_CFLAGS="-Wextra -Wswitch-default"
1111
- make -C tests clean ; make -C tests pedantic
1212
- make -C tests clean ; make -C tests pedantic EXTRA_CFLAGS=-DNO_DECLTYPE
1313
- make -C tests clean ; make -C tests cplusplus

0 commit comments

Comments
 (0)