Files
OpenCL-CTS/test_conformance
Sven van Haastregt 30cc3db4ec atomics: Fix -Wformat warnings (#1519)
The main sources of warnings were:

 * Printing of `i` which is a `size_t` requiring the `%zu` specifier.

 * Printing of `cl_long` which is now done using the `PRId64` macro
   to ensure portability across 32 and 64-bit builds.

Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>

Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
2022-10-03 22:09:28 +01:00
..
2021-05-18 18:12:55 +01:00
2020-07-23 17:21:07 +01:00
2022-01-11 16:52:11 +00:00