mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Move the global `-Wno-format` compiler option to the individual tests that still trigger Wformat warnings. The majority of the tests now compile cleanly with `-Wformat` enabled. Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
16 lines
271 B
CMake
16 lines
271 B
CMake
set(MODULE_NAME COMMONFNS)
|
|
|
|
set(${MODULE_NAME}_SOURCES
|
|
main.cpp
|
|
test_clamp.cpp
|
|
test_unary_fn.cpp
|
|
test_mix.cpp
|
|
test_step.cpp
|
|
test_smoothstep.cpp
|
|
test_binary_fn.cpp
|
|
)
|
|
|
|
set_gnulike_module_compile_flags("-Wno-format")
|
|
|
|
include(../CMakeCommon.txt)
|