From 5853dbcf086738dd9dc45aca08ea924937e474ae Mon Sep 17 00:00:00 2001 From: wmayer Date: Tue, 2 Mar 2021 12:44:56 +0100 Subject: [PATCH] travis: using C++17 for the clang build doesn't currently work on Bionic. So revert the change from commit c3b61ab2e77c and instead suppress the C++17 related warnings caused by OCCT --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b58abd2976..0c4b2ef779 100755 --- a/.travis.yml +++ b/.travis.yml @@ -66,7 +66,7 @@ jobs: env: - CC=clang-10 - CXX=clang++-10 - - CMAKE_ARGS="-DPYTHON_EXECUTABLE=/usr/bin/python3 -DBUILD_FEM_NETGEN=ON -DBUILD_QT5=ON -DBUILD_ENABLE_CXX_STD='C++17'" + - CMAKE_ARGS="-DPYTHON_EXECUTABLE=/usr/bin/python3 -DBUILD_FEM_NETGEN=ON -DBUILD_QT5=ON -DCMAKE_CXX_FLAGS='-Wno-c++17-extensions'" - CACHE_NAME=JOB1 - os: linux