mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
The data type returned by sizeof in windows is different to Linux. This commit cast the value to the largest type to avoid a warning when compiling on MinGW and Linux. Change-Id: I4ce50f0b62dd614b1d180adea5aa2679032643e0 Signed-off-by: Louise Mendoza <yonattan.a.louise.mendoza@intel.com> Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>