diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-01-16 13:22:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-16 13:22:45 +0100 |
commit | cd8cafc385dce506e06d958a91f8b5957effdc48 (patch) | |
tree | 9736d0eb62679a0a1b728511c533076a70f049b0 | |
parent | e329cd60052f2dbfcca5bf2750672a3c2ca9dfa5 (diff) | |
parent | 9ef0e06781b49099d52a4c7071ea2b2bd2500a70 (diff) |
Merge pull request #35196 from akien-mga/dead-warnings-tell-no-tales
Travis: Disable -Wstrict-aliasing warning on GCC 5 test build
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7350849d6a..c8b123c79c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -94,7 +94,7 @@ matrix: - name: Linux export template (release_debug, GCC 5, without 3D support) stage: build - env: PLATFORM=x11 TOOLS=no TARGET=release_debug CACHE_NAME=${PLATFORM}-gcc-5 EXTRA_ARGS="disable_3d=yes" + env: PLATFORM=x11 TOOLS=no TARGET=release_debug CACHE_NAME=${PLATFORM}-gcc-5 EXTRA_ARGS="CXXFLAGS=-fno-strict-aliasing disable_3d=yes" os: linux compiler: gcc addons: |