aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2023-08-02 09:34:39 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-09-20 07:29:00 +0000
commit42e19292da1f140054bd6714dfcfb7f38a04adad (patch)
tree79c7ce0038d6c1143d28049f2ca44f5c10902ec0
parent9166555fb3128a6488deb15dc67a24768f99760f (diff)
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 <liang.qi@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit bfb6538af871132681f0469f0cca7e22c847d24f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--coin/platform_configs/nightly_ubuntu_22_04_xwayland.yaml2
1 files changed, 1 insertions, 1 deletions
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'