diff options
-rw-r--r-- | rebar.config | 3 |
1 files changed, 1 insertions, 2 deletions
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, []}. |