-Wrange-loop-construct

This commit is contained in:
Matthias Kuhn 2020-09-20 11:24:17 +02:00
parent 724746c27c
commit 35a06f953f

View File

@ -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 \