From a1f53b19dc66f1723b1ec60e784bdd920a340434 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Sun, 25 Mar 2018 17:21:21 -0400 Subject: [PATCH] Remove warnings_as_errors to work around #47. https://github.com/potatosalad/erlang-jose/issues/47 Signed-off-by: Randy Barlow --- rebar.config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index 6598fc3..a64e72f 100644 --- a/rebar.config +++ b/rebar.config @@ -1,8 +1,7 @@ %% -*- mode: erlang; tab-width: 4; indent-tabs-mode: 1; st-rulers: [70] -*- %% vim: ts=4 sw=4 ft=erlang noet {erl_opts, [ - debug_info, - warnings_as_errors + debug_info ]}. {deps, [ {base64url, "0.0.1", {pkg, base64url}} -- 2.16.2