We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08944f2 commit 045399bCopy full SHA for 045399b
.travis.yml
@@ -26,4 +26,4 @@ cache:
26
directories:
27
- $HOME/deps
28
script:
29
- - mkdir build && cd build && cmake -DBUILD_SINGLE_HEADER=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-Wall -Wextra -pedantic -Werror" .. && make -j2
+ - mkdir build && cd build && cmake -DBUILD_SINGLE_HEADER=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-Wall -Wextra -pedantic -Wshadow -Werror" .. && make -j2
0 commit comments