Skip to content

Commit

Permalink
Replace fail_on_warning with warnings_as_errors
Browse files Browse the repository at this point in the history
  • Loading branch information
norton authored and eproxus committed May 23, 2011
1 parent 8a7425e commit ddd9e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{erl_opts, [fail_on_warning, debug_info]}.
{erl_opts, [warnings_as_errors, debug_info]}.
{xref_checks, [undefined_function_calls]}.
{dialyzer_opts, [{warnings, [unmatched_returns]}]}.

Expand Down

0 comments on commit ddd9e3b

Please sign in to comment.