Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 531 Bytes

compiler-warning-level-1-c4229.md

File metadata and controls

21 lines (17 loc) · 531 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4229
Compiler Warning (level 1) C4229
11/04/2016
C4229
C4229
aadfc83b-1e5f-4229-bd0a-9c10a5d13182

Compiler Warning (level 1) C4229

anachronism used : modifiers on data are ignored

Using a Microsoft modifier such as __cdecl on a data declaration is an outdated practice.

Example

// C4229.cpp
// compile with: /W1 /LD
int __cdecl counter;   // C4229 cdecl ignored