E2138 Conflicting type modifiers (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

This occurs when a declaration is given that includes more than one addressing modifier on a pointer or more than one language modifier for a function.

Only one language modifier (for example, __cdecl, __pascal, or __fastcall) can be given for a function.