From 840803543b3c2fbc3661e2f2b58660643dc39537 Mon Sep 17 00:00:00 2001 From: eidheim Date: Tue, 14 Apr 2020 20:02:37 +0200 Subject: [PATCH] Disable deprecated declarations on CI job thread-safety-analysis --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1133a33..e561798 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ thread-safety-analysis: stage: test script: - mkdir build && cd build - - CXX=clang++ CXXFLAGS=-Werror cmake .. + - CXX=clang++ CXXFLAGS="-Werror -Wno-deprecated-declarations" cmake .. - make -j$(nproc) debian-testing: image: cppit/jucipp:debian-testing