From 486139715b2e5f45e69b324740cec0b0b3f2dfe7 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Fri, 31 Jan 2020 12:28:18 +0100 Subject: Disable warnings-are-errors for the doc build We're not really interested in catching the C++ warnings at this late stage (Qt5 build), especially not for building documentation. Change-Id: I48c621ce6de199de61fab8de6517f4c0b099bf11 Reviewed-by: Lars Knoll --- coin/platform_configs/default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/default.yaml b/coin/platform_configs/default.yaml index a62c164f..22dde208 100644 --- a/coin/platform_configs/default.yaml +++ b/coin/platform_configs/default.yaml @@ -23,7 +23,7 @@ Configurations: Template: 'qtci-linux-Ubuntu-18.04-x86_64' Compiler: 'GCC' Features: ['OutOfSourceBuild', 'Documentation'] - Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -R . -qtlibinfix TestInfix -qtnamespace TestNamespace -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib' + Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -no-warnings-are-errors -nomake tests -R . -qtlibinfix TestInfix -qtnamespace TestNamespace -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib' - Template: 'qtci-linux-openSUSE-15.0-x86_64' Target os: 'WebAssembly' -- cgit v1.2.3