diff options
| author | Vasil Dimov <[email protected]> | 2019-11-19 15:28:07 +0100 |
|---|---|---|
| committer | Vasil Dimov <[email protected]> | 2020-03-20 20:49:10 +0100 |
| commit | ca2e47437277ef6851a739f247b44e73a53f21a1 (patch) | |
| tree | e12acef790f24d1bdf35613cfc69bc8467585ae0 /src/script/script.cpp | |
| parent | Merge #18386: doc: Temporary note that release notes should be edited in wiki (diff) | |
| download | discoin-ca2e47437277ef6851a739f247b44e73a53f21a1.tar.xz discoin-ca2e47437277ef6851a739f247b44e73a53f21a1.zip | |
Fix a compiler warning: unused GetDevURandom()
```
random.cpp:255:13: error: unused function 'GetDevURandom' [-Werror,-Wunused-function]
```
Clang 9.0.0, FreeBSD 12.1
Silence by planting a dummy reference to the `GetDevURandom` symbol
in the places where we don't call the function.
Diffstat (limited to 'src/script/script.cpp')
0 files changed, 0 insertions, 0 deletions