From b5b6ece65a96f5b8f134ad4899b56bf84afe3ba0 Mon Sep 17 00:00:00 2001 From: Yegor Jbanov Date: Thu, 21 Jan 2016 18:21:48 -0800 Subject: [PATCH] chore(ddc): reduce DDC warning cap 260->180 as we fixed a bunch Closes #6625 --- scripts/ci/build_dart_experimental.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/build_dart_experimental.sh b/scripts/ci/build_dart_experimental.sh index 6481fb8d73..884dc552dc 100755 --- a/scripts/ci/build_dart_experimental.sh +++ b/scripts/ci/build_dart_experimental.sh @@ -11,7 +11,7 @@ source $SCRIPT_DIR/env_dart.sh cd $SCRIPT_DIR/../.. # Variables -DDC_WARNING_CAP="260" +DDC_WARNING_CAP="180" DDC_DIR=`pwd`/tmp/dev_compiler DDC_VERSION="0.1.14"