Browse Source

no warnings

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

+ 1 - 0
rebar.config

@@ -1,3 +1,4 @@
 {deps_dir,"deps"}.
+{erl_opts, [nowarn_export_all]}.
 {deps, [%{ling, ".*", {git, "git://github.com/cloudozer/ling", {tag, "master"}}},
         {sh, ".*",   {git, "git://github.com/synrc/sh", {tag, "2.10"}}}]}.