mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-11 13:13:30 +00:00
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. - vlapic_set_intr - vlapic_intr_edge Tracked-On: #861 Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>