Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 431 Bytes

compiler-warning-level-2-c4007.md

File metadata and controls

12 lines (10 loc) · 431 Bytes
description title ms.date f1_keywords helpviewer_keywords
Learn more about: Compiler Warning (level 3) C4007
Compiler Warning (level 3) C4007
11/04/2016
C4007
C4007

Compiler Warning (level 3) C4007

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