File otp_src_27.2-nowarn_deprecated_catch.patch of Package erlang
diff -Ndurp otp_src_27.2/lib/eunit/src/eunit_server.erl otp_src_27.2-nowarn_deprecated_catch/lib/eunit/src/eunit_server.erl
--- otp_src_27.2/lib/eunit/src/eunit_server.erl 2024-12-09 17:10:09.000000000 +0200
+++ otp_src_27.2-nowarn_deprecated_catch/lib/eunit/src/eunit_server.erl 2025-01-14 22:09:20.587780548 +0200
@@ -27,6 +27,8 @@
-module(eunit_server).
-moduledoc false.
+-compile(nowarn_deprecated_catch).
+
-export([start/1, stop/1, start_test/4, watch/3, watch_path/3,
watch_regexp/3]).