Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 561 Bytes

compiler-warning-level-1-c4230.md

File metadata and controls

21 lines (17 loc) · 561 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4230
Compiler Warning (level 1) C4230
11/04/2016
C4230
C4230
a4be8729-74b6-44df-a5ea-e3f45aad0f8f

Compiler Warning (level 1) C4230

anachronism used : modifiers/qualifiers interspersed; qualifier ignored

Using a qualifier before a Microsoft modifier such as __cdecl is an outdated practice.

Example

// C4230.cpp
// compile with: /W1 /LD
int __cdecl const function1();   // C4230 const ignored