Skip to content

Commit

Permalink
[NFC] Remove redundant "-W -Wall" from .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Quuxplusone committed Jul 7, 2022
1 parent e44bd20 commit ff61c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ matrix:
compiler: clang
- os: osx
script:
- make -C tests EXTRA_CFLAGS="-W -Wall -Wextra -Wswitch-default"
- make -C tests EXTRA_CFLAGS="-Wextra -Wswitch-default"
- make -C tests clean ; make -C tests pedantic
- make -C tests clean ; make -C tests pedantic EXTRA_CFLAGS=-DNO_DECLTYPE
- make -C tests clean ; make -C tests cplusplus
Expand Down

0 comments on commit ff61c8b

Please sign in to comment.