Compiler Warning (level 1) C4470
Visual Studio 2005
Error Message
floating-point control pragmas ignored under /clrThe float-control pragmas:
have no effect under /clr.
The following sample generates C4470:
// C4470.cpp // compile with: /clr /W1 /LD #pragma float_control(except, on) // C4470