mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Fix compilation < R16B01
This commit is contained in:
parent
0529f85492
commit
9eaee45c09
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
%% Ignore the deprecation warning for crypto:sha/1.
|
||||
%% @todo Remove when we support only R16B+.
|
||||
-compile({nowarn_deprecated_function, {crypto, sha, 1}}).
|
||||
-compile(nowarn_deprecated_function).
|
||||
|
||||
%% API.
|
||||
-export([upgrade/4]).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue