mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Avoid a ``` ‘%zu’ directive writing between 1 and 20 bytes into a region of size 16 ``` warning by using `std::string` for `generate_shuffle_mask`. As this fixes the last remaining Wformat warning in the relationals suite, drop the local `-Wno-format` compiler option. Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
12 lines
177 B
CMake
12 lines
177 B
CMake
set(MODULE_NAME RELATIONALS)
|
|
|
|
set(${MODULE_NAME}_SOURCES
|
|
main.cpp
|
|
test_relationals.cpp
|
|
test_comparisons_fp.cpp
|
|
test_shuffles.cpp
|
|
)
|
|
|
|
include(../CMakeCommon.txt)
|
|
|