Compiler Warning (level 1) C4085

expected 'on' or 'off'

The pragma expected an on or off parameter, but the specified parameter was unrecognized or missing.

The pragma was ignored.

The following example generates this warning:

#pragma optimize( "t", maybe )