mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-12-22 13:17:26 +00:00
- fix below warnings when compiling lib/string.c: In function 'strtoul_hex': lib/string.c:25:26: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] .define ISSPACE(c) (((c) & 0xFFU == ' ') || ((c) & 0xFFU == '\t')) - remove redundant MACROs in string.c Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
9.6 KiB
9.6 KiB