076eee3abc
When using LLVM/Clang, it complains about memcpy() being casted to (void *): warning: expression result unused; should this cast be to 'void'? [-Wunused-value] So change those to (void) instead as the return of memcpy() is not used anyway. Signed-off-by: Daniel Leung <daniel.leung@intel.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
rand32_ctr_drbg.c | ||
rand32_entropy_device.c | ||
rand32_timer.c | ||
rand32_timestamp.c | ||
rand32_xoroshiro128.c |