From 62215f917940c6e8eb0b0c5487ce9a48b71d178e Mon Sep 17 00:00:00 2001
From: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Mon, 4 Sep 2017 09:01:04 +0900
Subject: [PATCH] Remove warnings_as_errors from erl_opts

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
 rebar.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config b/rebar.config
index 0ff5047..008f692 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,4 +1,4 @@
-{erl_opts, [debug_info, warn_untyped_record, warnings_as_errors,
+{erl_opts, [debug_info, warn_untyped_record,
 		{platform_define, "^[0-9]+", namespaced_types},
 		nowarn_deprecated_function]}.
 
-- 
2.14.1

