description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: Compiler Warning (level 1) C4276 |
Compiler Warning (level 1) C4276 |
11/04/2016 |
|
|
9d738c2d-29e5-408a-b9ff-be1a850b2238 |
'function' : no prototype provided; assumed no parameters
When you take the address of a function with the __stdcall calling convention, you must give a prototype so the compiler can create the function's decorated name. Since function has no prototype, the compiler, when creating the decorated name, assumes the function has no parameters.