description | title | ms.date | f1_keywords | helpviewer_keywords | ||
---|---|---|---|---|---|---|
Learn more about: Compiler Warning (level 3) C4007 |
Compiler Warning (level 3) C4007 |
11/04/2016 |
|
|
'function': must be 'attribute'
A required attribute for a function isn't explicitly stated. For example, the function main
must have the __cdecl
attribute. The compiler forces the attribute.