Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 482 Bytes

compiler-warning-level-2-c4007.md

File metadata and controls

13 lines (11 loc) · 482 Bytes
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
C4007
C4007
56a70c07-59a5-4fd7-80ed-63592c65cbb7

Compiler Warning (level 2) C4007

'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.