From 219560612dd3585b51c0263961de8c5e5284292b Mon Sep 17 00:00:00 2001
From: Tauriello Gerardo <gerardo.tauriello@unibas.ch>
Date: Thu, 16 May 2019 15:02:13 +0200
Subject: [PATCH] Update .gitlab-ci.yml (silence Boost warnings)

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8d385a74e..4b2944c74 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -70,6 +70,8 @@ test:centos6.6:
              -DTIFF_INCLUDE_DIR=$EBROOTLIBTIFF/include
              -DTIFF_LIBRARY=$EBROOTLIBTIFF/lib/libtiff.so
              -DOPTIMIZE=1
+             -DCMAKE_C_FLAGS='-Wno-unused-local-typedefs'
+             -DCMAKE_CXX_FLAGS='-Wno-unused-local-typedefs'
   - make -j 2
   - echo "    ... done building OST."
   - echo "    Running unit tests for OST..."  
-- 
GitLab