mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Fix more 32-bit Wformat warnings (#2185)
This fixes occurrences where the previous wrong specifier appears to work in a typical 64-bit build, but causes a Wformat warning in 32-bit builds. Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
This commit is contained in:
committed by
GitHub
parent
be1278d5b2
commit
7693ffe0a5
@@ -736,7 +736,7 @@ void dumpConfigInfo(config_info* info)
|
||||
}
|
||||
break;
|
||||
case type_cl_device_id:
|
||||
log_info("\t%s == %ld\n", info->opcode_name,
|
||||
log_info("\t%s == %" PRIdPTR "\n", info->opcode_name,
|
||||
(intptr_t)info->config.device_id);
|
||||
break;
|
||||
case type_cl_device_affinity_domain:
|
||||
|
||||
Reference in New Issue
Block a user