Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 848 Bytes

compiler-warning-level-1-c4711.md

File metadata and controls

19 lines (14 loc) · 848 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4711
Compiler Warning (level 1) C4711
11/04/2016
C4711
C4711
270506ab-fead-4328-b714-2978113be238

Compiler Warning (level 1) C4711

function 'function' selected for inline expansion

The compiler performed inlining on the given function, although it was not marked for inlining.

C4711 is enabled if /Ob2 is specified.

Inlining is performed at the compiler's discretion. This warning is informational.

This warning is off by default. To enable a warning, use #pragma warning. See Compiler Warnings That Are Off by Default for more information.