aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs
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:38 +0000
commitc126b830dc4b80b66d7788f0a31ccffd77496f02 (patch)
tree07b5c6ca89f4a40cd5f0605fe422ea0fb63968d7 /coin/platform_configs
parenta59b1c8fc83b60ff86a9b81701ee1b4e0c40f4bc (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>
Diffstat (limited to 'coin/platform_configs')
-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'