Use warnings_as_errors instead of fail_on_warning

This commit is contained in:
Tuncer Ayaz 2011-04-07 21:56:17 +02:00
parent 055ac99d6f
commit 27de53125e

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]}.