rebar.config: Remove nowarn_deprecated_function, seems useless nowadays

This commit is contained in:
Badlop
2026-02-17 13:31:34 +01:00
parent 29ac776a98
commit 4ce63d9a6c
+1 -2
View File
@@ -114,8 +114,7 @@
"src/gen_mod.erl", "src/mod_muc_room.erl",
"src/mod_push.erl", "src/xmpp_socket.erl"]}.
{erl_opts, [nowarn_deprecated_function,
{i, "include"},
{erl_opts, [{i, "include"},
{if_version_below, "26", {d, 'OTP_BELOW_26'}},
{if_version_below, "27", {d, 'OTP_BELOW_27'}},
{if_version_below, "27", {feature, maybe_expr, enable}},