Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Do not stop on warnings
  • Loading branch information
m-kuhn committed Aug 9, 2020
1 parent 2f3987b commit 8b833b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/qt5_14/build.sh
Expand Up @@ -25,10 +25,11 @@ cmake -GNinja \
-DWITH_ORACLE=OFF \
-DDISABLE_DEPRECATED=ON \
-DCXX_EXTRA_FLAGS="${CLANG_WARNINGS}" \
-DWERROR=TRUE \
-DCMAKE_C_COMPILER=/usr/bin/clang \
-DCMAKE_CXX_COMPILER=/usr/bin/clang++ \
-DADD_CLAZY_CHECKS=ON \
..

# -DWERROR=TRUE \

ninja

0 comments on commit 8b833b3

Please sign in to comment.