diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2019-11-19 15:28:07 +0100 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2020-03-20 20:49:10 +0100 |
commit | ca2e47437277ef6851a739f247b44e73a53f21a1 (patch) | |
tree | e12acef790f24d1bdf35613cfc69bc8467585ae0 /src/pow.h | |
parent | 5bf45fe2a9642f8ae8f8a12bcbf8f8b4770421ad (diff) |
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/pow.h')
0 files changed, 0 insertions, 0 deletions