Skip to content
Commit 076eee3a authored by Daniel Leung's avatar Daniel Leung Committed by Anas Nashif
Browse files

subsys/random: fix unused value warning



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: default avatarDaniel Leung <daniel.leung@intel.com>
parent 99df8251
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment