acrn-hypervisor/hypervisor/dm
Shiqing Gao 6971cc832a hv: fix '(void) missing for discarded return value'
MISRA-C requires that the function call in which the returned
value is discarded shall be clearly indicated using (void).

This patch fixes the violations related to the following
function calls.
- instr_check_gva
- vlapic_set_local_intr
- prepare_vm
- enter_s3
- emulate_instruction
- ptdev_intx_pin_remap
- register_mmio_emulation_handler

v1 -> v2:
 * discard the return value of enter_s3

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
2018-11-15 10:54:42 +08:00
..
hw hv: fix MISRA-C violations in vpci code: implicit conversion 2018-11-15 08:58:32 +08:00
vpci hv: fix 'No brackets to then/else' in vpci code 2018-11-15 08:58:32 +08:00
vioapic.c hv: fix '(void) missing for discarded return value' 2018-11-15 10:54:42 +08:00
vpic.c hv: fix '(void) missing for discarded return value' 2018-11-15 10:54:42 +08:00
vrtc.c hv:Replace dynamic memory with static for port io 2018-11-09 13:05:04 +08:00