diff --git a/rebar.config b/rebar.config index a64f00e1..210d193b 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, []}.