Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

No EMMS in function warning...

jeffr
Beginner
316 Views
So, I get this warning in several places of my code, even though it's intentional (I call it once at the end of the enclosing function). No problem, I'll suppress it - well, you can't from the command line, -wd997 still leaves the error popping up. Fortunately, if I embed a #pragma warning disable then the compiler error disappears.
However, when I use the IPO option, then I get this warning at link time! I have found no way to find this warning at the link stage - any suggestions?
This is using the MacOS compiler...
->Jeff
0 Kudos
1 Reply
jeffr
Beginner
316 Views
Ping...
0 Kudos
Reply