Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 529 Bytes

compiler-warning-level-1-c4085.md

File metadata and controls

21 lines (17 loc) · 529 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4085
Compiler Warning (level 1) C4085
11/04/2016
C4085
C4085
2bc6eb25-058f-4597-b351-fd69587b5170

Compiler Warning (level 1) C4085

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