We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3531398 commit 84ff6a9Copy full SHA for 84ff6a9
CMakeLists.txt
@@ -18,12 +18,6 @@ if (MSVC)
18
add_compile_options(/W4)
19
# not yet: make warnings fatal
20
#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)
27
else()
28
add_compile_options(-Wall -Wextra -pedantic)
29
0 commit comments