remove use of deprecated random module
This commit is contained in:
parent
0c1636e75a
commit
001e7fcf4b
2 changed files with 13 additions and 2 deletions
|
@ -10,6 +10,8 @@
|
|||
[{platform_define, "^[0-9]+", namespaced_types},
|
||||
{platform_define, "^[0-9]+", have_callback_support},
|
||||
{platform_define, "^R1[4|5]", deprecated_crypto},
|
||||
{platform_define, "^1[8|9]", rand_module},
|
||||
{platform_define, "^2", rand_module},
|
||||
debug_info,
|
||||
warnings_as_errors]}.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue