mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
[NFC] math_brute_force: remove warning options (#2061)
All of these are already set in the top-level `CMakeLists.txt` nowadays, so no need to repeat them in the test's own `CMakeLists.txt`. Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
This commit is contained in:
committed by
GitHub
parent
9f88b0b229
commit
97045f85a1
@@ -54,10 +54,6 @@ set(${MODULE_NAME}_SOURCES
|
||||
utility.h
|
||||
)
|
||||
|
||||
# math_brute_force compiles cleanly with -Wall (except for a few remaining
|
||||
# warnings), but other tests not (yet); so enable -Wall locally.
|
||||
set_gnulike_module_compile_flags("-Wall -Wno-strict-aliasing -Wno-unknown-pragmas")
|
||||
|
||||
add_cxx_flag_if_supported(-ffp-contract=off)
|
||||
|
||||
include(../CMakeCommon.txt)
|
||||
|
||||
Reference in New Issue
Block a user