description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: Compiler Warning (level 1) C4113 |
Compiler Warning (level 1) C4113 |
11/04/2016 |
|
|
ec7a7c4a-d2ee-431c-89dc-31b0f9bfd975 |
'identifier1' differs in parameter lists from 'identifier2'
A function pointer is assigned to another function pointer, but the formal parameter lists of the functions do not agree. The assignment is compiled without modification.