[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:
Sven van Haastregt
2024-09-19 16:59:43 +02:00
committed by GitHub
parent 9f88b0b229
commit 97045f85a1

View File

@@ -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)