Skip to content

Commit 84ff6a9

Browse files
committed
Re-enable warnings on apple, since upstream fails, too.
1 parent 3531398 commit 84ff6a9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ if (MSVC)
1818
add_compile_options(/W4)
1919
# not yet: make warnings fatal
2020
#add_compile_options(/W4 /WX)
21-
elseif (APPLE)
22-
# this is ridiculous: adding compile options as for linux break test_bugs_poly2d.pro, and test_byte_conversion.pro
23-
# conversion to float leads to "0" as result -> some compiler optimisation makes this "work" at least on MacOS 15
24-
message("Do not add compiler warning options. Will break things, see comment above.")
25-
# not yet: make warnings fatal
26-
#add_compile_options(-Wall -Wextra -Werror)
2721
else()
2822
add_compile_options(-Wall -Wextra -pedantic)
2923
# not yet: make warnings fatal

0 commit comments

Comments
 (0)