From d8d65ef39577c31e27541ec6ca829da47903003e Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Sun, 9 Aug 2020 11:36:06 +0200 Subject: [PATCH] Warnings are errors --- .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 95754be5cea..3b0a1718d35 100755 --- a/.ci/qt5_14/build.sh +++ b/.ci/qt5_14/build.sh @@ -28,8 +28,8 @@ cmake -GNinja \ -DCMAKE_C_COMPILER=/usr/bin/clang \ -DCMAKE_CXX_COMPILER=/usr/bin/clang++ \ -DADD_CLAZY_CHECKS=ON \ + -DWERROR=TRUE \ .. - # -DWERROR=TRUE \ ninja