Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
__fastcall with stack checking is inefficient
Remarks
The __fastcall keyword was used with stack checking enabled.
The __fastcall convention generates faster code, but stack checking causes slower code. When using __fastcall, turn off stack checking with the check_stack pragma or /Gs.
This warning is issued only for the first function declared under these conditions.