As _countof is manually implemented on non-Windows platforms, GCC knows it returns size_t, but fails to realize it will never be more than 0x400 in our case making truncation harmless. Signed-off-by: Simon Rozman <simon@rozman.si>
As _countof is manually implemented on non-Windows platforms, GCC knows it returns size_t, but fails to realize it will never be more than 0x400 in our case making truncation harmless. Signed-off-by: Simon Rozman <simon@rozman.si>