cgal
cgal copied to clipboard
cx: warning: overriding '-ffp-exception-behavior=strict' option with '-ffp-exception-behavior=ignore' [-Woverriding-option]
Issue Details
What to do on this warning for example here ?
Environment
- Compiler: Intel Compiler for Windows
Ignore it? We pass /fp:except-, icx understands that it should ignore FP exceptions, looks like a success to me (especially if the testsuite is green).
Maybe using the official flags instead of the MSVC-compatible ones would avoid the warning, maybe not.