'identifier' : redefinition; different type modifiers
The identifier is already defined with a different type modifier.
Example
void __stdcall func( void ); void __cdecl func( void ); // error