Travis suppress excessive Clang/Eigen warnings

Issue is likely fixed in the latest version of Eigen, for now i don't feel backporting Eigen is worth the effort, hence disabling the warning.
This commit is contained in:
triplus
2020-05-20 19:54:10 +02:00
committed by Yorik van Havre
parent c341886ab6
commit fbf5e72d9e

View File

@@ -64,7 +64,7 @@ jobs:
env:
- CC=clang-10
- CXX=clang++-10
- CMAKE_ARGS="-DPYTHON_EXECUTABLE=/usr/bin/python3 -DBUILD_FEM_NETGEN=ON -DBUILD_QT5=ON"
- CMAKE_ARGS="-DPYTHON_EXECUTABLE=/usr/bin/python3 -DBUILD_FEM_NETGEN=ON -DBUILD_QT5=ON -DCMAKE_CXX_FLAGS=-Wno-deprecated-copy"
- CACHE_NAME=JOB1
- os: linux