From c61e5a2ede5c3efce2b9db761a28d0210e5b1fd4 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Mon, 6 Sep 2010 23:11:56 -0700 Subject: remove fail_on_warning, closes #2 Warnings appear to be unavoidable if we want to support R13B03 and R14A --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index 9450b1cc..3f2af7ff 100644 --- a/rebar.config +++ b/rebar.config @@ -25,5 +25,5 @@ "rel" ]}. {cover_enabled, true}. -{erl_opts, [debug_info, fail_on_warning]}. +{erl_opts, [debug_info]}. {lib_dirs, ["apps"]}. -- cgit v1.2.3