From ce390dc5d1d368569b993eef61aa4bfedc222e80 Mon Sep 17 00:00:00 2001
From: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Mon, 4 Sep 2017 08:43:51 +0900
Subject: [PATCH 2/3] Disable nowarn_deprecated

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

diff --git a/rebar.config b/rebar.config
index ee41c86..0ff5047 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,5 +1,7 @@
 {erl_opts, [debug_info, warn_untyped_record, warnings_as_errors,
-            {platform_define, "^[0-9]+", namespaced_types}]}.
+		{platform_define, "^[0-9]+", namespaced_types},
+		nowarn_deprecated_function]}.
+
 {port_specs, [{"priv/bitcask.so", ["c_src/*.c"]}]}.
 
 {port_env,
-- 
2.14.1

