Browse Source

Use warnings_as_errors instead of fail_on_warning

pull/3/head
Tuncer Ayaz 14 years ago
parent
commit
27de53125e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config View File

@ -1,3 +1,3 @@
{app_bin, ["priv/rebar"]}.
{erl_opts, [fail_on_warning]}.
{erl_opts, [warnings_as_errors]}.
{xref_checks, [undefined_function_calls]}.

Loading…
Cancel
Save