From ea898957a192510e48d31fd00f93b7a79d82a601 Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Wed, 31 Jul 2019 11:06:37 +0300 Subject: [PATCH] disable --warning-as-errors for now --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index c6c74689f9..f354634327 100644 --- a/mix.exs +++ b/mix.exs @@ -54,7 +54,7 @@ defmodule BlockScout.Mixfile do defp env_aliases(_env) do [ - compile: "compile --warnings-as-errors" + compile: "compile" ] end