description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: Compiler Warning (level 2) C4007 |
Compiler Warning (level 2) C4007 |
11/04/2016 |
|
|
56a70c07-59a5-4fd7-80ed-63592c65cbb7 |
'function' : must be 'attribute'
A required attribute for a function is not explicitly stated. For example, the function main must have the __cdecl
attribute. The compiler forces the attribute.