acrn-hypervisor/hypervisor/include
Huihuang Shi 977c4b20b5 fix parted of "missing for discarded return value"
MISRA C required that return value should be used, missing for it should
add "(void)" prefix before the function call.
Some function can be declared without return value to avoid this problem.

Signed-off-by: Huihuang Shi <huihuang.shi@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-06-19 16:21:45 +08:00
..
arch/x86 fix parted of "missing for discarded return value" 2018-06-19 16:21:45 +08:00
common fix parted of "missing for discarded return value" 2018-06-19 16:21:45 +08:00
debug hv: add suspend/resume callback for console 2018-06-14 13:41:45 +08:00
lib fix parted of "missing for discarded return value" 2018-06-19 16:21:45 +08:00
public HV: add bsp acpi info support 2018-06-13 15:02:03 +08:00
hv_debug.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
hv_lib.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
hypervisor.h HV: config: adapt to the generated config.h 2018-06-08 17:21:13 +08:00