firefly icon indicating copy to clipboard operation
firefly copied to clipboard

Support -compile nowarn_deprecated_function

Open KronicDeth opened this issue 5 years ago • 0 comments

The -compile module attribute supports a flag of nowarn_deprecated_function like

-compile({nowarn_deprecated_function, [{pg2, create, 1}]}).

Affects the following files in OTP:

  • lib/kernel/src/disk_log_server.erl

KronicDeth avatar Sep 24 '20 18:09 KronicDeth