Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 650 Bytes

compiler-warning-levels-2-and-3-c4008.md

File metadata and controls

19 lines (14 loc) · 650 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (levels 2 and 3) C4008
Compiler Warning (levels 2 and 3) C4008
11/04/2016
C4008
C4008
fb45e535-cb68-4743-80e9-a6e34cfffeca

Compiler Warning (levels 2 and 3) C4008

'identifier' : 'attribute' attribute ignored

The compiler ignored the __fastcall, static, or inline attribute for a function (level 3 warning) or data (level 2 warning).

To fix by checking the following possible causes

  1. __fastcall attribute with data.

  2. static or inline attribute with main function.