Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 750 Bytes

compiler-warning-level-1-c4470.md

File metadata and controls

29 lines (21 loc) · 750 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4470
Compiler Warning (level 1) C4470
11/04/2016
C4470
C4470
f52a3eaa-a235-4747-a47d-9ec4ad4cb0ea

Compiler Warning (level 1) C4470

floating-point control pragmas ignored under /clr

The float-control pragmas:

have no effect under /clr.

The following sample generates C4470:

// C4470.cpp
// compile with: /clr /W1 /LD
#pragma float_control(except, on)   // C4470