Compiler Warning (level 2) C4007

'identifier' : must be 'attribute'

The attribute of the given function was not explicitly stated. The compiler forced the attribute.

For example, the function main must have the __cdecl attribute.