From dca8bd248e942fb33eaff70ea56711fdb2a607dd Mon Sep 17 00:00:00 2001 From: Marko Mindek Date: Mon, 16 Feb 2026 06:12:10 +0100 Subject: [PATCH] fix: OTP29 compilation --- rebar.config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index a4bbc3709..11050b00b 100644 --- a/rebar.config +++ b/rebar.config @@ -46,8 +46,7 @@ {erl_opts, [no_debug_info]}, {overrides, [ {override, erlware_commons, [ - {erl_opts, [no_debug_info, - warnings_as_errors]}, + {erl_opts, [no_debug_info]}, {deps, []}, {plugins, []}]}, {add, ssl_verify_hostname, [{erl_opts, [no_debug_info]}]}, {add, certifi, [{erl_opts, [no_debug_info]}]},