Skip to content

Commit

Permalink
[NFC] math_brute_force: remove warning options
Browse files Browse the repository at this point in the history
All of these are 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>
  • Loading branch information
svenvh committed Aug 28, 2024
1 parent 0a00a1f commit 1a2d939
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test_conformance/math_brute_force/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 1a2d939

Please sign in to comment.