Compiler Warning (level 1) C4113

'identifier1' differs in parameter lists from 'identifier2'

A function pointer was assigned to another function pointer, but the formal parameter lists of the functions do not agree.

The assignment was compiled without modification.