Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
expected pragma parameter to be 'on' or 'off'
The pragma requires an on or off parameter. The pragma is ignored.
The following sample generates C4085:
// C4085.cpp
// compile with: /W1 /LD
#pragma optimize( "t", maybe ) // C4085