mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 16:29:03 +00:00
Fix compilation failure with -Werror=narrowing (#901)
Signed-off-by: Stuart Brady <stuart.brady@arm.com>
This commit is contained in:
@@ -206,8 +206,8 @@ static Long sLowerLimits[ kNumExplicitTypes ] =
|
|||||||
-1,
|
-1,
|
||||||
-128, 0, 0,
|
-128, 0, 0,
|
||||||
-32768, 0, 0,
|
-32768, 0, 0,
|
||||||
0xffffffff80000000LL, 0, 0,
|
(Long)0xffffffff80000000LL, 0, 0,
|
||||||
0x8000000000000000LL, 0, 0,
|
(Long)0x8000000000000000LL, 0, 0,
|
||||||
0, 0 }; // Last two values aren't stored here
|
0, 0 }; // Last two values aren't stored here
|
||||||
|
|
||||||
#define BOOL_CASE(inType) \
|
#define BOOL_CASE(inType) \
|
||||||
|
|||||||
Reference in New Issue
Block a user