From 35a06f953ff290114f31a6f07fbe5846aba31c8a Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Sun, 20 Sep 2020 11:24:17 +0200 Subject: [PATCH] -Wrange-loop-construct --- .ci/qt5_14/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/qt5_14/build.sh b/.ci/qt5_14/build.sh index 8102bcb559c..077a16a4cf1 100755 --- a/.ci/qt5_14/build.sh +++ b/.ci/qt5_14/build.sh @@ -3,7 +3,7 @@ mkdir /usr/src/qgis/build cd /usr/src/qgis/build || exit -1 -CLANG_WARNINGS="-Wall" +CLANG_WARNINGS="-Wrange-loop-construct" cmake -GNinja \ -DWITH_QUICK=OFF \