Fix compilation failure with -Werror=narrowing (#901)

Signed-off-by: Stuart Brady <stuart.brady@arm.com>
This commit is contained in:
Stuart Brady
2020-10-19 13:58:35 +01:00
committed by GitHub
parent 0a8c5feed7
commit 90c9ea5d7c

View File

@@ -206,8 +206,8 @@ static Long sLowerLimits[ kNumExplicitTypes ] =
-1,
-128, 0, 0,
-32768, 0, 0,
0xffffffff80000000LL, 0, 0,
0x8000000000000000LL, 0, 0,
(Long)0xffffffff80000000LL, 0, 0,
(Long)0x8000000000000000LL, 0, 0,
0, 0 }; // Last two values aren't stored here
#define BOOL_CASE(inType) \