From 71c2f17c9b2eef655423f87a71c767f964f478e2 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Sun, 29 Jun 2014 21:06:05 +0200 Subject: Remove warnings_as_errors from rebar.config rebar's beam files are actually compiled by bootstrap's call to make:files/2, so warnings_as_errors in rebar.config isn't really used. --- rebar.config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index a64f00e..210d193 100644 --- a/rebar.config +++ b/rebar.config @@ -11,8 +11,7 @@ %% type name depending of the OTP version used. {erl_opts, [ - {platform_define, "^[0-9]+", namespaced_types}, - warnings_as_errors + {platform_define, "^[0-9]+", namespaced_types} ]}. {xref_checks, []}. -- cgit v1.1