Skip to content

Commit

Permalink
travis: disable a warning for clang c++11 build
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Dec 24, 2014
1 parent 1fad866 commit 8328bdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -37,6 +37,7 @@ before_install:

- if [ "$BUILD" = 4 ]; then export CXX11=true; fi
- if [ "$BUILD" = 4 ]; then export EXTRA_FLAGS_RELEASE="-O0 -Wno-literal-suffix -Wno-deprecated-declarations"; fi
- if [ "$BUILD" = 4 && "$CXX" == "clang" ]; then export EXTRA_FLAGS_RELEASE="-O0 -Wno-literal-suffix -Wno-deprecated-declarations -Wno-deprecated-register"; fi
- if [ "$BUILD" = 4 ]; then export PLAY_TEST=false; fi

- if [ "$BUILD" = 5 ]; then export NLS=true; fi
Expand Down

0 comments on commit 8328bdd

Please sign in to comment.