Browse Source

nowarndeprecated

Namdak Tonpa 6 years ago
parent
commit
4be7eaad9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rebar.config

+ 1 - 1
rebar.config

@@ -1,3 +1,3 @@
 {lib_dirs,[".."]}.
-{erl_opts, [nowarn_export_all]}.
+{erl_opts, [nowarn_export_all,nowarn_deprecated_function]}.
 {deps, []}.