From c126b830dc4b80b66d7788f0a31ccffd77496f02 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Wed, 2 Aug 2023 09:34:39 +0200 Subject: [PATCH] nightly_ubuntu_22_04_xwayland: drop -no-warnings-are-errors I can see why de8a8879bd7cf962e4df66d7aca0fb4aa87d452d added -no-warnings-are-errors (QtWayland tests were full of [=] implicitly capturing *this), but I've fixed those now, so re-add -Werror. Change-Id: I48db4cee08bd766b2b00949cdb09a4dd97214298 Reviewed-by: Liang Qi Reviewed-by: Fabian Kosmale (cherry picked from commit bfb6538af871132681f0469f0cca7e22c847d24f) Reviewed-by: Qt Cherry-pick Bot --- coin/platform_configs/nightly_ubuntu_22_04_xwayland.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/nightly_ubuntu_22_04_xwayland.yaml b/coin/platform_configs/nightly_ubuntu_22_04_xwayland.yaml index 5ff87ffd..21c3a934 100644 --- a/coin/platform_configs/nightly_ubuntu_22_04_xwayland.yaml +++ b/coin/platform_configs/nightly_ubuntu_22_04_xwayland.yaml @@ -5,7 +5,7 @@ Configurations: Template: 'qtci-linux-Ubuntu-22.04-x86_64-50' Compiler: 'GCC' Features: ['Sccache', 'Documentation', 'TestDocs', 'UseConfigure'] - Configure arguments: '-make examples -developer-build -c++std c++20 -no-warnings-are-errors -qtlibinfix TestInfix -qtnamespace TestNamespace' + Configure arguments: '-make examples -developer-build -c++std c++20 -qtlibinfix TestInfix -qtnamespace TestNamespace' - Id: 'Ubuntu-22.04-xwayland-host' Template: 'qtci-linux-Ubuntu-22.04-x86_64-50'