From ea407c755d6ddb055df99bdbd217b34e688e28c0 Mon Sep 17 00:00:00 2001 From: eidheim Date: Wed, 4 Oct 2017 11:04:21 +0200 Subject: [PATCH] Temporary fix for clang5.0.0 diagnostic bug --- ci/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/compile.sh b/ci/compile.sh index 985b528..18ee1bc 100755 --- a/ci/compile.sh +++ b/ci/compile.sh @@ -10,7 +10,7 @@ if [ "${cmake_command}" == "" ]; then cmake_command="cmake -G\"MSYS Makefiles\" -DCMAKE_INSTALL_PREFIX=/${mingw} -DENABLE_TESTING=1 .." make_command="make" else - cmake_command="cmake -DENABLE_TESTING=1 -DCMAKE_CXX_FLAGS=-Werror .." + cmake_command="cmake -DENABLE_TESTING=1 .." fi fi