Skip to content

Commit ba1bb5e

Browse files
committed
.travis.yml: prevent CI from failing with gcc-4.8
... reporting -Wshadow false positives
1 parent 06b0871 commit ba1bb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ install:
1414

1515
script:
1616
- make -j9 distcheck CTEST='ctest -j9'
17-
- test -z "$TRAVIS_COMMIT_RANGE" || csbuild --git-commit-range "$TRAVIS_COMMIT_RANGE" -c "make distclean && make -j9" --git-bisect --print-fixed
17+
- test -z "$TRAVIS_COMMIT_RANGE" || csbuild --git-commit-range "$TRAVIS_COMMIT_RANGE" -c "make distclean && make -j9" --git-bisect --print-fixed --gcc-add-flag=-Wno-shadow

0 commit comments

Comments
 (0)