zephyr/subsys
Daniel Leung 076eee3abc 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: Daniel Leung <daniel.leung@intel.com>
2019-12-20 08:51:53 -05:00
..
bluetooth Bluetooth: L2CAP: Fix checking for STATUS_OUT 2019-12-19 11:28:24 +02:00
console kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
cpp treewide: avoid use of unsupported C++ specifiers 2019-12-13 17:19:54 -06:00
debug global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
dfu dfu/img_util: fix flash_sector_from_off 2019-12-09 16:03:21 +01:00
disk global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
fb kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
fs global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
jwt kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
logging logging: Fix false strdup buffer freeing 2019-12-20 08:49:01 -05:00
mgmt kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
net Bluetooth: L2CAP: Make channel ops const 2019-12-19 11:28:24 +02:00
power power: policy: remove deep sleep states from residency policy 2019-12-03 14:46:15 -06:00
random subsys/random: fix unused value warning 2019-12-20 08:51:53 -05:00
settings settings: Moving initialization code to proper backend sources 2019-12-16 12:11:20 +01:00
shell global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
stats
storage kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
testsuite ztest: do teardown in main thread 2019-12-18 11:17:33 -08:00
usb usb: initialize USB descriptor earlier 2019-12-19 13:08:55 +01:00
CMakeLists.txt
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00