cgal icon indicating copy to clipboard operation
cgal copied to clipboard

cx: warning: overriding '-ffp-exception-behavior=strict' option with '-ffp-exception-behavior=ignore' [-Woverriding-option]

Open afabri opened this issue 1 month ago • 1 comments

Issue Details

What to do on this warning for example here ?

Environment

  • Compiler: Intel Compiler for Windows

afabri avatar Dec 04 '25 14:12 afabri

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.

mglisse avatar Dec 08 '25 19:12 mglisse