Skip to content

Commit

Permalink
restore clang warnings for Qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jul 20, 2021
1 parent 6be5167 commit 77dafa9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .docker/docker-qgis-build.sh
Expand Up @@ -38,6 +38,10 @@ else
export CXX=/usr/lib/ccache/clang++
fi

if [[ ${WITH_QT6} = "ON" ]]; then
CLANG_WARNINGS="-Wrange-loop-construct"
fi

CMAKE_EXTRA_ARGS=()
if [[ ${PATCH_QT_3D} == "true" ]]; then
CMAKE_EXTRA_ARGS+=(
Expand Down

0 comments on commit 77dafa9

Please sign in to comment.