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'
Remarks
The pragma requires an on or off parameter. The pragma is ignored.
Example
The following example generates C4085:
// C4085.cpp
// compile with: /W1 /LD
#pragma optimize( "t", maybe ) // C4085