Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 646 Bytes

compiler-warning-level-1-c4276.md

File metadata and controls

13 lines (11 loc) · 646 Bytes
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
C4276
C4276
9d738c2d-29e5-408a-b9ff-be1a850b2238

Compiler Warning (level 1) C4276

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