From 27de53125eb3bd4d349dcfe1cfd9213f8c35c23b Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Thu, 7 Apr 2011 21:56:17 +0200 Subject: [PATCH] Use warnings_as_errors instead of fail_on_warning --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index d9477e1..cd04153 100644 --- a/rebar.config +++ b/rebar.config @@ -1,3 +1,3 @@ {app_bin, ["priv/rebar"]}. -{erl_opts, [fail_on_warning]}. +{erl_opts, [warnings_as_errors]}. {xref_checks, [undefined_function_calls]}.