You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/06/01 22:42:23 UTC

[29/50] rebar commit: updated refs/heads/import to e9f62c4

Remove warnings_as_errors from rebar.config

rebar's beam files are actually compiled by bootstrap's call to
make:files/2, so warnings_as_errors in rebar.config isn't really used.


Project: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/commit/71c2f17c
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/tree/71c2f17c
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/diff/71c2f17c

Branch: refs/heads/import
Commit: 71c2f17c9b2eef655423f87a71c767f964f478e2
Parents: c22370a
Author: Tuncer Ayaz <tu...@gmail.com>
Authored: Sun Jun 29 21:06:05 2014 +0200
Committer: Tuncer Ayaz <tu...@gmail.com>
Committed: Tue Jul 1 11:17:26 2014 +0200

----------------------------------------------------------------------
 rebar.config | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/71c2f17c/rebar.config
----------------------------------------------------------------------
diff --git a/rebar.config b/rebar.config
index a64f00e..210d193 100644
--- a/rebar.config
+++ b/rebar.config
@@ -11,8 +11,7 @@
 %% type name depending of the OTP version used.
 {erl_opts,
  [
-  {platform_define, "^[0-9]+", namespaced_types},
-  warnings_as_errors
+  {platform_define, "^[0-9]+", namespaced_types}
  ]}.
 
 {xref_checks, []}.