From: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Wed, 30 Mar 2016 06:14:16 +0900
Subject: Disable nowarn_deprecated

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

diff --git a/rebar.config b/rebar.config
index ee41c86..7316fb7 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,5 +1,6 @@
 {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,
