Avoid a warning on Erlang/OTP 24

to make sure Rebar 3 can bootstrap on that version with warnings-as-errors compiler settings.

Closes #145.
This commit is contained in:
Michael Klishin 2020-12-15 01:45:43 +03:00 committed by GitHub
parent f41b847b0c
commit c2b7863a53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,9 @@
%%% use this to talk to the users if you are wrting code for the system
-module(ec_cmd_log).
%% Avoids a warning on Erlang/OTP 24
-compile({no_auto_import,[error/3]}).
-export([new/1,
new/2,
new/3,