acrn-hypervisor/hypervisor/boot/sbl
Shiqing Gao e1564edda5 hv: fix type conversion violations
This patch fixes the following violations:
 1. Implicit conversion: actual to formal param
 2. Value is not of appropriate type
 3. No cast for widening complex int expression
 4. Widening cast on complex integer expression
 5. Narrower int conversion without cast.

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
2018-11-30 18:14:59 +08:00
..
abl_seed_parse.c hv: fix 'Expression is not Boolean' 2018-11-08 13:04:11 +08:00
multiboot.c doc: replace return with retval 2018-11-30 14:55:17 +08:00
sbl_seed_parse.c hv: fix type conversion violations 2018-11-30 18:14:59 +08:00