mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Fix a "format string is not a string literal (potentially insecure)" warning. There is no security issue here as the format string argument is constructed using a stringstream right before. Fix this occurrence anyway to allow enabling the warning globally. Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>