Blob Blame History Raw
From a1f53b19dc66f1723b1ec60e784bdd920a340434 Mon Sep 17 00:00:00 2001
From: Randy Barlow <randy@electronsweatshop.com>
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 <randy@electronsweatshop.com>
---
 rebar.config | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/rebar.config b/rebar.config
index 829d879..531c4a5 100644
--- a/rebar.config
+++ b/rebar.config
@@ -2,8 +2,7 @@
 %% vim: ts=4 sw=4 ft=erlang noet
 {erl_opts, [
 	{platform_define, "(?=^[0-9]+)(?!^17$)", optional_callbacks},
-	debug_info,
-	warnings_as_errors
+	debug_info
 ]}.
 {deps, [
 	{base64url, ".*", {git, "git://github.com/dvv/base64url.git", {branch, "master"}}}
-- 
2.16.2